summaryrefslogtreecommitdiff
path: root/src/io
diff options
context:
space:
mode:
Diffstat (limited to 'src/io')
-rw-r--r--src/io/cxxstdio.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/io/cxxstdio.hpp b/src/io/cxxstdio.hpp
index a2faa18..8061d15 100644
--- a/src/io/cxxstdio.hpp
+++ b/src/io/cxxstdio.hpp
@@ -101,6 +101,9 @@ namespace cxxstdio
return v;
}
+ const char *convert_for_printf(const char *) = delete;
+ char *convert_for_scanf(char *) = delete;
+
# if 0
template<class E>
constexpr