Skip to content

Commit dde1a3a

Browse files
committed
Reference #57 and #58 in comments as well
1 parent 4a1f14c commit dde1a3a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

include/boost/variant2/variant.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,8 @@ template<class T1, class... T> union variant_storage_impl<mp11::mp_false, T1, T.
627627

628628
#if defined(BOOST_GCC) && (__GNUC__ >= 7)
629629
// false positive, see https://github.com/boostorg/variant2/issues/55
630+
// ... and https://github.com/boostorg/variant2/pull/57
631+
// ... and https://github.com/boostorg/variant2/pull/58
630632
# pragma GCC diagnostic push
631633
# pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
632634
#endif
@@ -754,6 +756,8 @@ template<class T1, class... T> union variant_storage_impl<mp11::mp_true, T1, T..
754756

755757
#if defined(BOOST_GCC) && (__GNUC__ >= 7)
756758
// false positive, see https://github.com/boostorg/variant2/issues/55
759+
// ... and https://github.com/boostorg/variant2/pull/57
760+
// ... and https://github.com/boostorg/variant2/pull/58
757761
# pragma GCC diagnostic push
758762
# pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
759763
#endif

0 commit comments

Comments
 (0)