diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-07 02:40:58 +0300 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-02-09 19:18:30 +0300 |
commit | 0cc346fc9b326d6973832937dc3ed4a14998e2c2 (patch) | |
tree | c696dd31a0303c784e54723d0e037a1788f9b7a3 /contrib/restricted | |
parent | 04995e0cba16141aa0395966cedad49b72dffead (diff) | |
download | ydb-0cc346fc9b326d6973832937dc3ed4a14998e2c2.tar.gz |
contrib/restricted/boost: Remove empty resolving of auld stl headers
Diffstat (limited to 'contrib/restricted')
4 files changed, 4 insertions, 4 deletions
diff --git a/contrib/restricted/boost/dynamic_bitset/include/boost/dynamic_bitset/dynamic_bitset.hpp b/contrib/restricted/boost/dynamic_bitset/include/boost/dynamic_bitset/dynamic_bitset.hpp index a2abfc9329..62a95e7833 100644 --- a/contrib/restricted/boost/dynamic_bitset/include/boost/dynamic_bitset/dynamic_bitset.hpp +++ b/contrib/restricted/boost/dynamic_bitset/include/boost/dynamic_bitset/dynamic_bitset.hpp @@ -34,7 +34,7 @@ #endif #if defined(BOOST_OLD_IOSTREAMS) -# include <iostream.h> +# error #include <iostream.h> # include <ctype.h> // for isspace #else # include <istream> diff --git a/contrib/restricted/boost/iostreams/include/boost/iostreams/detail/iostream.hpp b/contrib/restricted/boost/iostreams/include/boost/iostreams/detail/iostream.hpp index 1e19f08278..e6cc64fee3 100644 --- a/contrib/restricted/boost/iostreams/include/boost/iostreams/detail/iostream.hpp +++ b/contrib/restricted/boost/iostreams/include/boost/iostreams/detail/iostream.hpp @@ -17,7 +17,7 @@ # include <istream> # include <ostream> #else -# include <iostream.h> +# error #include <iostream.h> #endif #ifndef BOOST_IOSTREAMS_NO_STREAM_TEMPLATES diff --git a/contrib/restricted/boost/iostreams/include/boost/iostreams/detail/streambuf.hpp b/contrib/restricted/boost/iostreams/include/boost/iostreams/detail/streambuf.hpp index f2e8081b20..ab1ff6bd3f 100644 --- a/contrib/restricted/boost/iostreams/include/boost/iostreams/detail/streambuf.hpp +++ b/contrib/restricted/boost/iostreams/include/boost/iostreams/detail/streambuf.hpp @@ -16,7 +16,7 @@ #ifndef BOOST_IOSTREAMS_NO_STREAM_TEMPLATES # include <streambuf> #else -# include <streambuf.h> +# error #include <streambuf.h> #endif #ifndef BOOST_IOSTREAMS_NO_STREAM_TEMPLATES diff --git a/contrib/restricted/boost/range/include/boost/range/iterator_range_io.hpp b/contrib/restricted/boost/range/include/boost/range/iterator_range_io.hpp index 8c294008cd..a06f6e91ff 100644 --- a/contrib/restricted/boost/range/include/boost/range/iterator_range_io.hpp +++ b/contrib/restricted/boost/range/include/boost/range/iterator_range_io.hpp @@ -31,7 +31,7 @@ # ifndef BOOST_OLD_IOSTREAMS # include <ostream> # else -# include <ostream.h> +# error #include <ostream.h> # endif #endif // _STLP_NO_IOSTREAMS |