mirror of
https://github.com/boostorg/core.git
synced 2025-07-29 20:37:22 +02:00
Disable -Wdeprecated-declarations in iterator_test.cpp
This commit is contained in:
@ -8,6 +8,10 @@
|
||||
// http://www.boost.org/LICENSE_1_0.txt
|
||||
//
|
||||
|
||||
#if defined(__clang__)
|
||||
# pragma clang diagnostic ignored "-Wdeprecated-declarations"
|
||||
#endif
|
||||
|
||||
#include <boost/iterator.hpp>
|
||||
#include <boost/core/is_same.hpp>
|
||||
#include <boost/core/lightweight_test_trait.hpp>
|
||||
|
Reference in New Issue
Block a user