
25 Oct
2007
25 Oct
'07
9:45 p.m.
Attached is a patch for the new debug.ipp functionality to disable it for Windows CE. -Dave Index: debug.ipp =================================================================== --- debug.ipp (revision 40463) +++ debug.ipp (working copy) @@ -24,7 +24,7 @@ #include <boost/test/debug_config.hpp> // Implementation in windows -#if defined(_WIN32) && !defined(BOOST_DISABLE_WIN32) // ******* WIN32 +#if defined(_WIN32) && !defined(BOOST_DISABLE_WIN32) && !defined(UNDER_CE) // ******* WIN32 # define BOOST_WIN32_BASED_DEBUG