Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r60998 - trunk/boost/pending
From: jewillco_at_[hidden]
Date: 2010-04-02 11:05:45


Author: jewillco
Date: 2010-04-02 11:05:44 EDT (Fri, 02 Apr 2010)
New Revision: 60998
URL: http://svn.boost.org/trac/boost/changeset/60998

Log:
Fixed VC++ warning
Text files modified:
   trunk/boost/pending/indirect_cmp.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/pending/indirect_cmp.hpp
==============================================================================
--- trunk/boost/pending/indirect_cmp.hpp (original)
+++ trunk/boost/pending/indirect_cmp.hpp 2010-04-02 11:05:44 EDT (Fri, 02 Apr 2010)
@@ -65,7 +65,7 @@
     inline indirect_pmap(const ReadablePropertyMap& df)
       : d(df) { }
 
- inline bool operator()(const K& u) const {
+ inline T operator()(const K& u) const {
       return get(d, u);
     }
   protected:


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