forked from boostorg/move
addressof.hpp include was missing
This commit is contained in:
@ -27,6 +27,7 @@
|
||||
#include <boost/move/utility_core.hpp>
|
||||
#include <boost/move/detail/iterator_traits.hpp>
|
||||
#include <boost/move/detail/iterator_to_raw_pointer.hpp>
|
||||
#include <boost/move/detail/addressof.hpp>
|
||||
#include <boost/core/no_exceptions_support.hpp>
|
||||
#if defined(BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE)
|
||||
#include <algorithm>
|
||||
|
Reference in New Issue
Block a user