|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r62029 - sandbox/SOC/2007/cgi/trunk/boost/cgi/common
From: lists.drrngrvy_at_[hidden]
Date: 2010-05-16 05:45:51
Author: drrngrvy
Date: 2010-05-16 05:45:50 EDT (Sun, 16 May 2010)
New Revision: 62029
URL: http://svn.boost.org/trac/boost/changeset/62029
Log:
Missing full stop.
Text files modified:
sandbox/SOC/2007/cgi/trunk/boost/cgi/common/request_data.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/SOC/2007/cgi/trunk/boost/cgi/common/request_data.hpp
==============================================================================
--- sandbox/SOC/2007/cgi/trunk/boost/cgi/common/request_data.hpp (original)
+++ sandbox/SOC/2007/cgi/trunk/boost/cgi/common/request_data.hpp 2010-05-16 05:45:50 EDT (Sun, 16 May 2010)
@@ -64,7 +64,7 @@
* values that match the passed in `key`.
*/
std::pair<iterator, iterator> equal_range( const key_type& key ) {
- return this->impl()equal_range(key);
+ return this->impl().equal_range(key);
}
/// Boolean check to see if the value exists for the key.
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