From 42ee65f7452cccbdc95a127001055596f2807668 Mon Sep 17 00:00:00 2001 From: Beman Date: Mon, 6 Jan 2014 15:37:51 -0500 Subject: [PATCH] Move src/local_free_on_destruction.hpp to include/boost/detail. Was not being found by some VC++ versions, plus header only builds are supposed to be possible without non-header directories even being present. --- include/boost/system/detail/error_code.ipp | 2 +- .../boost/system/detail}/local_free_on_destruction.hpp | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {src => include/boost/system/detail}/local_free_on_destruction.hpp (100%) diff --git a/include/boost/system/detail/error_code.ipp b/include/boost/system/detail/error_code.ipp index 57a611f..be51fbb 100644 --- a/include/boost/system/detail/error_code.ipp +++ b/include/boost/system/detail/error_code.ipp @@ -27,7 +27,7 @@ # if defined( BOOST_WINDOWS_API ) # include # if !defined(WINAPI_FAMILY) || ((WINAPI_FAMILY & WINAPI_PARTITION_DESKTOP) != 0) -# include "local_free_on_destruction.hpp" +# include # endif # ifndef ERROR_INCORRECT_SIZE # define ERROR_INCORRECT_SIZE ERROR_BAD_ARGUMENTS diff --git a/src/local_free_on_destruction.hpp b/include/boost/system/detail/local_free_on_destruction.hpp similarity index 100% rename from src/local_free_on_destruction.hpp rename to include/boost/system/detail/local_free_on_destruction.hpp