mirror of
https://github.com/boostorg/move.git
synced 2026-01-25 16:32:29 +01:00
Replaced <boost/move/utility.hpp> with <boost/move/utility_core.hpp> when possible to minimize dependencies.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user