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

@@ -12,7 +12,7 @@
#include <boost/move/detail/config_begin.hpp>
//[construct_forward_example
#include <boost/move/utility.hpp>
#include <boost/move/utility_core.hpp>
#include <iostream>
class copyable_only_tester