From e30b6e2d98b416896314d412f7fe7f32d27989c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kierski?= Date: Wed, 17 Mar 2021 18:39:57 +0100 Subject: [PATCH] Fix compilation for PS4 libraries --- include/boost/iostreams/detail/config/fpos.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/iostreams/detail/config/fpos.hpp b/include/boost/iostreams/detail/config/fpos.hpp index a5835421f..3c4df8349 100644 --- a/include/boost/iostreams/detail/config/fpos.hpp +++ b/include/boost/iostreams/detail/config/fpos.hpp @@ -27,7 +27,7 @@ # if (defined(_YVALS) || defined(_CPPLIB_VER)) && !defined(__SGI_STL_PORT) && \ !defined(_STLPORT_VERSION) && !defined(__QNX__) && !defined(_VX_CPU) && !defined(__VXWORKS__) \ && !((defined(BOOST_MSVC) || defined(BOOST_CLANG)) && _MSVC_STL_VERSION >= 141) \ - && !defined(_LIBCPP_VERSION) + && !defined(_LIBCPP_VERSION) && !defined(__SCE__) /**/ #include