$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r59456 - trunk/boost/serialization
From: ramey_at_[hidden]
Date: 2010-02-03 16:34:35
Author: ramey
Date: 2010-02-03 16:34:34 EST (Wed, 03 Feb 2010)
New Revision: 59456
URL: http://svn.boost.org/trac/boost/changeset/59456
Log:
Added comment regarding intentional anonymous namespace in header
Text files modified: 
   trunk/boost/serialization/export.hpp |     4 ++++                                    
   1 files changed, 4 insertions(+), 0 deletions(-)
Modified: trunk/boost/serialization/export.hpp
==============================================================================
--- trunk/boost/serialization/export.hpp	(original)
+++ trunk/boost/serialization/export.hpp	2010-02-03 16:34:34 EST (Wed, 03 Feb 2010)
@@ -115,6 +115,10 @@
     );
 }
 
+// Note INTENTIONAL usage of anonymous namespace in header.
+// This was made this way so that export.hpp could be included
+// in other headers.  This is still under study.
+
 namespace {
 
 template<class T>