From 380bc1de6fe3f8ff5ad576938edc946e7125ed70 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Mon, 24 Mar 2014 21:33:36 -0700 Subject: Hopefully fix the build --- src/io/cxxstdio.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/io/cxxstdio.hpp') diff --git a/src/io/cxxstdio.hpp b/src/io/cxxstdio.hpp index 0324ebc..9edeebb 100644 --- a/src/io/cxxstdio.hpp +++ b/src/io/cxxstdio.hpp @@ -60,7 +60,7 @@ namespace cxxstdio template inline __attribute__((format(printf, 2, 3))) - int do_print(T&& t, const char *fmt, ...) throw() + int do_print(T&& t, const char *fmt, ...) { int rv; va_list ap; @@ -72,7 +72,7 @@ namespace cxxstdio template inline __attribute__((format(scanf, 2, 3))) - int do_scan(T&& t, const char *fmt, ...) throw() + int do_scan(T&& t, const char *fmt, ...) { int rv; va_list ap; -- cgit v1.2.3-60-g2f50