mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-31 20:04:29 +02:00
Squelch gcc self-move warning for version 13
This commit is contained in:
@@ -18,6 +18,11 @@
|
||||
|
||||
#endif /* defined(__clang__) && defined(__has_warning) */
|
||||
|
||||
#if defined(BOOST_GCC) && BOOST_GCC >= 130000
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wself-move"
|
||||
#endif
|
||||
|
||||
test::seed_t initialize_seed{2762556623};
|
||||
|
||||
using test::default_generator;
|
||||
|
Reference in New Issue
Block a user