Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r77254 - trunk/libs/config/test
From: marshall_at_[hidden]
Date: 2012-03-06 23:52:58


Author: marshall
Date: 2012-03-06 23:52:57 EST (Tue, 06 Mar 2012)
New Revision: 77254
URL: http://svn.boost.org/trac/boost/changeset/77254

Log:
Fix typo in namespace; thanks to Michel Morin for the catch
Text files modified:
   trunk/libs/config/test/boost_no_cxx11_hdr_array.ipp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/config/test/boost_no_cxx11_hdr_array.ipp
==============================================================================
--- trunk/libs/config/test/boost_no_cxx11_hdr_array.ipp (original)
+++ trunk/libs/config/test/boost_no_cxx11_hdr_array.ipp 2012-03-06 23:52:57 EST (Tue, 06 Mar 2012)
@@ -12,7 +12,7 @@
 
 #include <array>
 
-namespace boost_no_0cxx11_hdr_array {
+namespace boost_no_cxx11_hdr_array {
 
 int test()
 {


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