mirror of
https://github.com/boostorg/tuple.git
synced 2025-07-29 20:27:17 +02:00
refactor: use boost/core/ref.hpp over boost/ref.hpp
The later is deprecated: ```cpp // The header file at this path is deprecated; // use boost/core/ref.hpp instead. include <boost/core/ref.hpp> ```
This commit is contained in:
@ -24,7 +24,7 @@ namespace boost { namespace python { class tuple; }}
|
||||
#include <boost/static_assert.hpp>
|
||||
|
||||
// other compilers
|
||||
#include <boost/ref.hpp>
|
||||
#include <boost/core/ref.hpp>
|
||||
#include <boost/tuple/detail/tuple_basic.hpp>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user