xref: /trunk/main/boost/boost-clang.patch (revision 8c733e3e3dc39b4d0997cd00d76f346f7fdf5138)
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