Edward Diener
Edward Diener
I am not qualified to judge a CMake implementation either. I did suggest that doing this for config ( and predef also ) and then having current Boost libraries which...
The only problem I see with this PR is that it is a breaking change for end-users even if it is the correct calculation. If we make this change we...
I agree that this change should be made based on a macro, as specified by mclow. I think the macro should be BOOST_DATE_TIME_SOMETHING... as a date/time config macro. I think...
I am not seeing this. I can build iostreams with a pre-built zlib and there is no problem with the build and BOOST_IOSTREAMS_NO_LIB is not defined on the command line....
According to the documentation the environment variable for specifying the library path is ZLIB_LIBRARY_PATH and not ZLIB_LIBPATH as you have it above.
AFAIK Windows supports both 8-bit character paths as ascii or multibyte characters and 16-bit character paths in the form of UTF16, while Linux supports 8-bit character paths in the form...