Subject: [Boost-bugs] [Boost C++ Libraries] #4509: equal_range doesn't compile in a trivial case
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-08-04 22:18:46
#4509: equal_range doesn't compile in a trivial case
-------------------------------+--------------------------------------------
Reporter: anonymous | Owner: cornedbee
Type: Bugs | Status: new
Milestone: Boost 1.44.0 | Component: property_tree
Version: Boost 1.43.0 | Severity: Problem
Keywords: equal_range ptree |
-------------------------------+--------------------------------------------
Attempting to compile:
{{{#!c++
void XmlTest() {
typedef boost::property_tree::ptree Element;
try {
Element root;
root.equal_range("");
} catch( ... ) {}
}
}}}
generates the attached error in Visual Studios 9.0.2: [[br]]
'''
error C2039: 'base' : is not a member of
'boost::multi_index::detail::bidir_node_iterator<Node>'
'''
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/4509> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:04 UTC