|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r51360 - trunk/boost/serialization
From: ramey_at_[hidden]
Date: 2009-02-21 02:34:27
Author: ramey
Date: 2009-02-21 02:34:26 EST (Sat, 21 Feb 2009)
New Revision: 51360
URL: http://svn.boost.org/trac/boost/changeset/51360
Log:
fixed namespace
Text files modified:
trunk/boost/serialization/export.hpp | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
Modified: trunk/boost/serialization/export.hpp
==============================================================================
--- trunk/boost/serialization/export.hpp (original)
+++ trunk/boost/serialization/export.hpp 2009-02-21 02:34:26 EST (Sat, 21 Feb 2009)
@@ -160,6 +160,7 @@
namespace boost { \
namespace archive { \
namespace detail { \
+ namespace { \
template<> \
struct init_guid< T > { \
static ::boost::archive::detail::guid_initializer< T > const \
@@ -170,7 +171,7 @@
::boost::serialization::singleton< \
::boost::archive::detail::guid_initializer< T > \
>::get_mutable_instance().export_guid(K); \
- }}} \
+ }}}} \
/**/
#if BOOST_WORKAROUND(__MWERKS__, BOOST_TESTED_AT(0x3205))
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