Try skipping step 6

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-10-28 19:32:48 +01:00
parent 239b6a1954
commit 55b4ad8be7
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
2 changed files with 2 additions and 2 deletions

View file

@ -44,9 +44,11 @@ static inline void printf() {}
# define printf STDIO_OVERRIDE_MACRO(STDIO_OVERRIDE, printf)
// step 6: place the macro prefixed names in std namespace
/*
namespace std {
using ::printf;
}
*/
// extra, there might be warnings for GCC format attribute, ignore those
#pragma GCC diagnostic ignored "-Wformat"