Skip to content

Commit 1cadb69

Browse files
georgthegreatalexv-smirnov
authored andcommitted
Disable auld stl headers #include
1 parent 33829b8 commit 1cadb69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/restricted/boost/format/include/boost/format/detail/workarounds_gcc-2_95.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#include <iostream>
3434
#define BOOST_FORMAT_OSTREAM_DEFINED
3535

36-
#include <streambuf.h>
36+
#error #include <streambuf.h>
3737
#define BOOST_FORMAT_STREAMBUF_DEFINED
3838

3939
#define BOOST_NO_TEMPLATE_STD_STREAM

0 commit comments

Comments
 (0)