diff options
Diffstat (limited to 'src/io/cxxstdio.hpp')
-rw-r--r-- | src/io/cxxstdio.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/io/cxxstdio.hpp b/src/io/cxxstdio.hpp index 479707a..65d32cd 100644 --- a/src/io/cxxstdio.hpp +++ b/src/io/cxxstdio.hpp @@ -101,7 +101,9 @@ namespace cxxstdio return v; } + inline const char *convert_for_printf(const char *) = delete; + inline char *convert_for_scanf(char *) = delete; # if 0 |