Boost logo

Boost-Commit :

From: john.groups_at_[hidden]
Date: 2007-11-09 17:22:04


Author: jtorjo
Date: 2007-11-09 17:22:03 EST (Fri, 09 Nov 2007)
New Revision: 40974
URL: http://svn.boost.org/trac/boost/changeset/40974

Log:
[logging]
v0.11.3, 10 nov 2007
- removed #ifdef that would allow TSS only on Windows
Text files modified:
   sandbox/logging/boost/logging/detail/raw_doc/changelog.hpp | 3 ++-
   sandbox/logging/boost/logging/detail/tss/tss.hpp | 5 -----
   2 files changed, 2 insertions(+), 6 deletions(-)

Modified: sandbox/logging/boost/logging/detail/raw_doc/changelog.hpp
==============================================================================
--- sandbox/logging/boost/logging/detail/raw_doc/changelog.hpp (original)
+++ sandbox/logging/boost/logging/detail/raw_doc/changelog.hpp 2007-11-09 17:22:03 EST (Fri, 09 Nov 2007)
@@ -1,7 +1,8 @@
 /**
 @page page_changelog Changelog
 
-_at_section changelog_cur_ver Current Version: v0.11.2, 9 nov 2007
+@section changelog_cur_ver Current Version: v0.11.3, 10 nov 2007
+- removed #ifdef that would allow TSS only on Windows
 - can now see the current version from the contents
 - compiles with gcc 3.4.2, gcc 4.1, and VS 2005
 - we have boost::logging::scenario namespace, which finds the right filter/logger, based on your application's needs

Modified: sandbox/logging/boost/logging/detail/tss/tss.hpp
==============================================================================
--- sandbox/logging/boost/logging/detail/tss/tss.hpp (original)
+++ sandbox/logging/boost/logging/detail/tss/tss.hpp 2007-11-09 17:22:03 EST (Fri, 09 Nov 2007)
@@ -21,10 +21,6 @@
 # pragma once
 #endif
 
-#if defined(BOOST_WINDOWS) || defined(BOOST_TEST_TSS_PTHREAD)
-
-
-
 
 
 
@@ -91,7 +87,6 @@
 
 
 
-#endif
 
 #endif
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk