forked from boostorg/core
Disable -Wdeprecated-declarations in get_pointer_test.cpp
This commit is contained in:
@ -8,6 +8,10 @@
|
||||
// http://www.boost.org/LICENSE_1_0.txt
|
||||
//
|
||||
|
||||
#if defined(__GNUC__)
|
||||
#pragma GCC diagnostic ignored "-Wdeprecated-declarations" // std::auto_ptr
|
||||
#endif
|
||||
|
||||
#include <boost/get_pointer.hpp>
|
||||
#include <boost/core/lightweight_test.hpp>
|
||||
#include <memory>
|
||||
|
Reference in New Issue
Block a user