diff --git a/example/movable.hpp b/example/movable.hpp index 3b2518f..0e05394 100644 --- a/example/movable.hpp +++ b/example/movable.hpp @@ -13,8 +13,17 @@ //[movable_definition //header file "movable.hpp" + +//This devinition should only include a single, minimal move header #include -#include + +//Forward declaration of +namespace boost{ + +template +struct has_nothrow_move; + +} //namespace boost{ //A movable class class movable