summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristian Adam <cristian.adam@gmail.com>2019-11-01 17:41:02 +0100
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2019-11-07 12:38:14 +0200
commitd9577fdebe019b19e184b4cac82749ae9ec87afb (patch)
tree0387289ecb262e045d01d305df4548f70c329e51
parent83a52be2b0fb60fca4b470b613dabc248aa25765 (diff)
downloadqtlocation-mapboxgl-d9577fdebe019b19e184b4cac82749ae9ec87afb.tar.gz
[qt] Fix building on Windows with Clang and libc++
-rw-r--r--deps/boost/1.65.1/include/boost/iostreams/detail/config/fpos.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/boost/1.65.1/include/boost/iostreams/detail/config/fpos.hpp b/deps/boost/1.65.1/include/boost/iostreams/detail/config/fpos.hpp
index de8bdb84aa..12d556c780 100644
--- a/deps/boost/1.65.1/include/boost/iostreams/detail/config/fpos.hpp
+++ b/deps/boost/1.65.1/include/boost/iostreams/detail/config/fpos.hpp
@@ -25,7 +25,7 @@
#include <boost/config.hpp>
# if (defined(_YVALS) || defined(_CPPLIB_VER)) && !defined(__SGI_STL_PORT) && \
- !defined(_STLPORT_VERSION) && !defined(__QNX__) && !defined(_VX_CPU)
+ !defined(_STLPORT_VERSION) && !defined(__QNX__) && !defined(_VX_CPU) && !defined(_LIBCPP_VERSION)
/**/
#include <boost/iostreams/detail/ios.hpp>