From 92539b0cd7e8711008a52579022c0e06bd78afa7 Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Sat, 5 Oct 2019 14:54:32 +0900 Subject: [PATCH] cybozu::Stream supports -fno-exceptions --- include/cybozu/stream.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/cybozu/stream.hpp b/include/cybozu/stream.hpp index bc110bd..6e03bd0 100644 --- a/include/cybozu/stream.hpp +++ b/include/cybozu/stream.hpp @@ -9,7 +9,9 @@ #include #include #endif +#ifndef CYBOZU_DONT_USE_EXCEPTION #include +#endif #include namespace cybozu {