mirror of
https://github.com/boostorg/tuple.git
synced 2025-07-29 20:27:17 +02:00
Merge pull request #23 from fanquake/use_core_ref
refactor: use boost/core/ref.hpp over boost/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