aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2023-06-26 19:12:22 +0300
committerthegeorg <thegeorg@yandex-team.com>2023-06-26 19:12:22 +0300
commit501684a88ec52f39cf7ba0f94ed07b9984069788 (patch)
tree8dc564283bfaf8b38e9905265b4128d70ed6c57d /contrib/restricted
parent6c5745e5a9039670e62fdb9968f5add6ab279357 (diff)
downloadydb-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.hpp2
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