Boost logo

Boost :

From: David Deakins (ddeakins_at_[hidden])
Date: 2007-10-25 17:45:40


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
 


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk