1
0
forked from boostorg/bind

Update GCC workaround in bind_dm3_test

This commit is contained in:
Peter Dimov
2024-07-09 19:41:04 +03:00
parent bdc7a9cfc5
commit 8729fbdbfa

View File

@ -17,7 +17,7 @@
// http://www.boost.org/LICENSE_1_0.txt)
//
#if defined(BOOST_GCC) && BOOST_GCC >= 130000 && BOOST_GCC < 140000
#if defined(BOOST_GCC) && BOOST_GCC >= 130000 && BOOST_GCC < 150000
// https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113256
# pragma GCC diagnostic ignored "-Wdangling-reference"
#endif