Boost logo

Boost-Commit :

From: john.groups_at_[hidden]
Date: 2007-11-05 08:23:29


Author: jtorjo
Date: 2007-11-05 08:23:29 EST (Mon, 05 Nov 2007)
New Revision: 40784
URL: http://svn.boost.org/trac/boost/changeset/40784

Log:
[logging]
added constructor of tss for pthread
Text files modified:
   sandbox/logging/boost/logging/detail/tss/tss_impl_pthread.hpp | 4 ++++
   1 files changed, 4 insertions(+), 0 deletions(-)

Modified: sandbox/logging/boost/logging/detail/tss/tss_impl_pthread.hpp
==============================================================================
--- sandbox/logging/boost/logging/detail/tss/tss_impl_pthread.hpp (original)
+++ sandbox/logging/boost/logging/detail/tss/tss_impl_pthread.hpp 2007-11-05 08:23:29 EST (Mon, 05 Nov 2007)
@@ -78,6 +78,10 @@
     return idx;
 }
 
+inline tss::tss() : m_slot( slot_idx() )
+{
+}
+
 inline tss::~tss()
 {
 }


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