Replaced <boost/move/utility.hpp> with <boost/move/utility_core.hpp> when possible to minimize dependencies.

This commit is contained in:
Ion Gaztañaga
2014-09-25 16:15:36 +02:00
parent 4115ecc45a
commit 4e7a046df2
12 changed files with 31 additions and 23 deletions

View File

@ -9,7 +9,7 @@
//
//////////////////////////////////////////////////////////////////////////////
#include <boost/move/detail/config_begin.hpp>
#include <boost/move/utility.hpp>
#include <boost/move/utility_core.hpp>
//[clone_ptr_base_derived
class Base