lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 18.09-beta 24 lines 1.2 kB view raw
1--- boost_1_40_0/boost/iostreams/detail/config/wide_streams.hpp 2008-03-22 16:45:55.000000000 -0500 2+++ boost_1_40_0/boost/iostreams/detail/config/wide_streams.hpp 2009-08-27 23:41:34.082544800 -0500 3@@ -44,8 +44,7 @@ 4 //------------------Locale support--------------------------------------------// 5 6 #ifndef BOOST_IOSTREAMS_NO_LOCALE 7-# if defined(BOOST_NO_STD_LOCALE) || \ 8- defined(__CYGWIN__) && \ 9+# if defined(BOOST_NO_STD_LOCALE) && \ 10 ( !defined(__MSL_CPP__) || defined(_MSL_NO_WCHART_CPP_SUPPORT) ) \ 11 /**/ 12 # define BOOST_IOSTREAMS_NO_LOCALE 13--- boost_1_40_0/boost/iostreams/detail/config/windows_posix.hpp 2008-03-22 16:45:55.000000000 -0500 14+++ boost_1_40_0/boost/iostreams/detail/config/windows_posix.hpp 2009-08-27 23:41:34.087545100 -0500 15@@ -13,8 +13,7 @@ 16 17 // BOOST_IOSTREAMS_POSIX or BOOST_IOSTREAMS_WINDOWS specify which API to use. 18 #if !defined( BOOST_IOSTREAMS_WINDOWS ) && !defined( BOOST_IOSTREAMS_POSIX ) 19-# if (defined(_WIN32) || defined(__WIN32__) || defined(WIN32)) && \ 20- !defined(__CYGWIN__) \ 21+# if (defined(_WIN32) || defined(__WIN32__) || defined(WIN32)) 22 /**/ 23 # define BOOST_IOSTREAMS_WINDOWS 24 # else