diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-07 20:54:48 +0300 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-02-09 19:18:46 +0300 |
commit | 1cadb6999f578a08c2b686f80dbd5bc96e547c20 (patch) | |
tree | 945793b59fcf9d30bdebdf4708db8ee7f7a4a751 /contrib | |
parent | 33829b85efe4838c73688ee65c3c196e3dc4c443 (diff) | |
download | ydb-1cadb6999f578a08c2b686f80dbd5bc96e547c20.tar.gz |
Disable auld stl headers #include
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/restricted/boost/format/include/boost/format/detail/workarounds_gcc-2_95.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/restricted/boost/format/include/boost/format/detail/workarounds_gcc-2_95.hpp b/contrib/restricted/boost/format/include/boost/format/detail/workarounds_gcc-2_95.hpp index 8c49d42d02..df167e30c2 100644 --- a/contrib/restricted/boost/format/include/boost/format/detail/workarounds_gcc-2_95.hpp +++ b/contrib/restricted/boost/format/include/boost/format/detail/workarounds_gcc-2_95.hpp @@ -33,7 +33,7 @@ #include <iostream> #define BOOST_FORMAT_OSTREAM_DEFINED -#include <streambuf.h> +#error #include <streambuf.h> #define BOOST_FORMAT_STREAMBUF_DEFINED #define BOOST_NO_TEMPLATE_STD_STREAM |