10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 534aca3 commit 909f4b2Copy full SHA for 909f4b2
config.h
@@ -30,8 +30,8 @@
30
// by default, MemoryOutStream is implemented in terms of std::ostringstream, which can be expensive.
31
// uncomment this line to use the custom MemoryOutStream (no deps on std::ostringstream).
32
33
-//#define UNITTEST_USE_CUSTOM_STREAMS
+#define UNITTEST_USE_CUSTOM_STREAMS
34
#define UNITTEST_USE_DEFERRED_REPORTER
35
-//#define UNITTEST_USE_EXCEPTIONS
+#define UNITTEST_USE_EXCEPTIONS
36
37
#endif
0 commit comments