Subject: [Boost-bugs] [Boost C++ Libraries] #3838: property_tree::file_parser_error member functions not 'const'
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-01-13 22:40:25
#3838: property_tree::file_parser_error member functions not 'const'
------------------------------------------------+---------------------------
Reporter: schroeder.alexander@⦠| Owner: cornedbee
Type: Bugs | Status: new
Milestone: Boost 1.42.0 | Component: property_tree
Version: Boost 1.41.0 | Severity: Problem
Keywords: |
------------------------------------------------+---------------------------
The information functions
- message
- filename
- line
in the property_tree::file_parser_error are not declared const.
This makes calling them on an exception catched (as const
reference) unneccessary ugly (by needing a cast which would not
be needed).
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/3838> 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:02 UTC