Boost logo

Boost :

Subject: [boost] [property_tree] Two pull requests removing rtti and exception dependencies
From: Chris Glover (c.d.glover_at_[hidden])
Date: 2016-03-08 20:20:39


Hi,

I have two pull requests against property tree that I haven't heard
anything about..

The first replaces usage of typeid(Type).name() in exception messages
with boost::typeindex::type_id<Type>().pretty_name().

The second uses macros from no_exception_support.hpp to replace try catch
blocks.

I was hoping these might get into 1.61 so I don't need to carry local
changes for too long -- is there any chance of that?

Links:

https://github.com/boostorg/property_tree/pull/20
https://github.com/boostorg/property_tree/pull/21

Thanks,

-- chris


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk