mirror of
https://github.com/boostorg/move.git
synced 2025-07-31 12:57:14 +02:00
Remove unneeded includes
This commit is contained in:
@ -13,8 +13,17 @@
|
|||||||
|
|
||||||
//[movable_definition
|
//[movable_definition
|
||||||
//header file "movable.hpp"
|
//header file "movable.hpp"
|
||||||
|
|
||||||
|
//This devinition should only include a single, minimal move header
|
||||||
#include <boost/move/core.hpp>
|
#include <boost/move/core.hpp>
|
||||||
#include <boost/move/traits.hpp>
|
|
||||||
|
//Forward declaration of
|
||||||
|
namespace boost{
|
||||||
|
|
||||||
|
template<class T>
|
||||||
|
struct has_nothrow_move;
|
||||||
|
|
||||||
|
} //namespace boost{
|
||||||
|
|
||||||
//A movable class
|
//A movable class
|
||||||
class movable
|
class movable
|
||||||
|
Reference in New Issue
Block a user