Skip to content

Commit

Permalink
Update GCC workaround in bind_dm3_test
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Jul 9, 2024
1 parent bdc7a9c commit 8729fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bind_dm3_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8729fbd

Please sign in to comment.