From 14f29a19f1924cca42703152b23d0efe526d6b48 Mon Sep 17 00:00:00 2001 From: Adam Shapiro Date: Mon, 9 Jan 2017 15:43:15 +0000 Subject: [PATCH] Corrected no_exceptions_support.hpp include. This file appears to have been moved from the detail module to the core module on 6/2014 in core commit 60c9a35d8 (detail commit 099854de). It appears that some package managers' Boost distributions have duplicate copies of the file to work around the error. --- include/boost/move/algo/move.hpp | 2 +- include/boost/move/algorithm.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/move/algo/move.hpp b/include/boost/move/algo/move.hpp index 2390877..5d5ba19 100644 --- a/include/boost/move/algo/move.hpp +++ b/include/boost/move/algo/move.hpp @@ -27,7 +27,7 @@ #include #include #include -#include +#include namespace boost { diff --git a/include/boost/move/algorithm.hpp b/include/boost/move/algorithm.hpp index 825d771..880d661 100644 --- a/include/boost/move/algorithm.hpp +++ b/include/boost/move/algorithm.hpp @@ -27,7 +27,7 @@ #include #include #include -#include +#include #include //copy, copy_backward #include //uninitialized_copy