xref: /trunk/main/boost/boost-clang.patch (revision 0714fca0)
1--- misc/build/boost_1_55_0/boost/config/user.hpp	2023-01-20 06:52:20.006784000 +0200
2+++ misc/build/boost_1_55_0/boost/config/user.hpp	2023-01-20 06:54:54.816087000 +0200
3@@ -122,3 +122,6 @@
4
5
6
7+#if defined(__clang__)
8+#define BOOST_NO_CXX11_HDR_TUPLE
9+#endif
10