Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r59601 - sandbox/SOC/2007/cgi/branches/pickmeup/boost/cgi/common
From: lists.drrngrvy_at_[hidden]
Date: 2010-02-09 15:54:37


Author: drrngrvy
Date: 2010-02-09 15:54:36 EST (Tue, 09 Feb 2010)
New Revision: 59601
URL: http://svn.boost.org/trac/boost/changeset/59601

Log:
Fixing strange constructor syntax.
Text files modified:
   sandbox/SOC/2007/cgi/branches/pickmeup/boost/cgi/common/data_map_proxy.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/SOC/2007/cgi/branches/pickmeup/boost/cgi/common/data_map_proxy.hpp
==============================================================================
--- sandbox/SOC/2007/cgi/branches/pickmeup/boost/cgi/common/data_map_proxy.hpp (original)
+++ sandbox/SOC/2007/cgi/branches/pickmeup/boost/cgi/common/data_map_proxy.hpp 2010-02-09 15:54:36 EST (Tue, 09 Feb 2010)
@@ -55,7 +55,7 @@
     typedef typename map_type::const_reverse_iterator const_reverse_iterator;
     typedef typename map_type::allocator_type allocator_type;
     
- self_type()
+ data_map_proxy()
       : impl(NULL)
     {
     }


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