Boost C++ Libraries: Ticket #3838: property_tree::file_parser_error member functions not 'const' https://svn.boost.org/trac10/ticket/3838 <p> The information functions </p> <ul><li>message </li><li>filename </li><li>line </li></ul><p> 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). </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3838 Trac 1.4.3 Sebastian Redl Wed, 17 Feb 2010 19:30:46 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3838#comment:1 https://svn.boost.org/trac10/ticket/3838#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/59741" title="file_parser_error's property getters ought to be const. Now they are. ...">[59741]</a>) file_parser_error's property getters ought to be const. Now they are. Fixes bug 3838. </p> Ticket