diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-06-26 19:12:22 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-06-26 19:12:22 +0300 |
commit | 501684a88ec52f39cf7ba0f94ed07b9984069788 (patch) | |
tree | 8dc564283bfaf8b38e9905265b4128d70ed6c57d /contrib/restricted | |
parent | 6c5745e5a9039670e62fdb9968f5add6ab279357 (diff) | |
download | ydb-501684a88ec52f39cf7ba0f94ed07b9984069788.tar.gz |
boost: Disable weird includes for fenv.h and fstream.h
Diffstat (limited to 'contrib/restricted')
-rw-r--r-- | contrib/restricted/boost/iostreams/include/boost/iostreams/detail/fstream.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/restricted/boost/iostreams/include/boost/iostreams/detail/fstream.hpp b/contrib/restricted/boost/iostreams/include/boost/iostreams/detail/fstream.hpp index 848258d97c..7d52f02836 100644 --- a/contrib/restricted/boost/iostreams/include/boost/iostreams/detail/fstream.hpp +++ b/contrib/restricted/boost/iostreams/include/boost/iostreams/detail/fstream.hpp @@ -16,7 +16,7 @@ #ifndef BOOST_IOSTREAMS_NO_STREAM_TEMPLATES # include <fstream> #else -# include <fstream.h> +# error #include <fstream.h> #endif #ifndef BOOST_IOSTREAMS_NO_STREAM_TEMPLATES |