From a743ec3194e8c24f78338986d3ad8823dcd6be02 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 d35f04a..b6eee39 100644 --- a/include/boost/move/algo/move.hpp +++ b/include/boost/move/algo/move.hpp @@ -26,7 +26,7 @@ #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