blob: 48e1247191b77c0c91bd35cff889e5e6e2edb1e2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
This patch is similar with ca2a46f290b28eec6672292fbf347f6d192c5a1c
--- contrib/restricted/boost/unordered/include/boost/unordered/detail/implementation.hpp (index)
+++ contrib/restricted/boost/unordered/include/boost/unordered/detail/implementation.hpp (working tree)
@@ -26,7 +26,7 @@
#include <boost/preprocessor/repetition/repeat_from_to.hpp>
#include <boost/preprocessor/seq/enum.hpp>
#include <boost/preprocessor/seq/size.hpp>
-#include <boost/swap.hpp>
+#include <boost/core/swap.hpp>
#include <boost/throw_exception.hpp>
#include <boost/tuple/tuple.hpp>
#include <boost/type_traits/add_lvalue_reference.hpp>
|