cybozu::Stream supports -fno-exceptions

update-fork
MITSUNARI Shigeo 5 years ago
parent cf437ac839
commit 92539b0cd7
  1. 2
      include/cybozu/stream.hpp

@ -9,7 +9,9 @@
#include <string>
#include <iosfwd>
#endif
#ifndef CYBOZU_DONT_USE_EXCEPTION
#include <cybozu/exception.hpp>
#endif
#include <memory.h>
namespace cybozu {

Loading…
Cancel
Save