mirror of
https://github.com/boostorg/move.git
synced 2025-07-30 12:27:14 +02:00
Remove unneeded includes
This commit is contained in:
@ -13,8 +13,17 @@
|
||||
|
||||
//[movable_definition
|
||||
//header file "movable.hpp"
|
||||
|
||||
//This devinition should only include a single, minimal move header
|
||||
#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
|
||||
class movable
|
||||
|
Reference in New Issue
Block a user