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.

This commit is contained in:
Beman
2014-01-06 15:37:51 -05:00
parent 199c0cfb0b
commit 42ee65f745
2 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
# if defined( BOOST_WINDOWS_API ) # if defined( BOOST_WINDOWS_API )
# include <windows.h> # include <windows.h>
# if !defined(WINAPI_FAMILY) || ((WINAPI_FAMILY & WINAPI_PARTITION_DESKTOP) != 0) # if !defined(WINAPI_FAMILY) || ((WINAPI_FAMILY & WINAPI_PARTITION_DESKTOP) != 0)
# include "local_free_on_destruction.hpp" # include <boost/system/detail/local_free_on_destruction.hpp>
# endif # endif
# ifndef ERROR_INCORRECT_SIZE # ifndef ERROR_INCORRECT_SIZE
# define ERROR_INCORRECT_SIZE ERROR_BAD_ARGUMENTS # define ERROR_INCORRECT_SIZE ERROR_BAD_ARGUMENTS