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 91d8aac commit 9801372Copy full SHA for 9801372
FerrisStreams/Streams.hh
@@ -82,7 +82,7 @@
82
#include <stdlib.h>
83
#include <string.h>
84
85
-#if defined(STLPORT) || defined(_RWSTD_VER_STR)
+#if defined(STLPORT) || defined(_RWSTD_VER_STR) || defined(MAC)
86
#define FERRIS_STD_BASIC_FILEBUF_SUPERCLASS std::basic_filebuf
87
#else
88
#include <ext/stdio_filebuf.h>
0 commit comments