boostorg / property_tree

Boost.org property_tree module
http://boost.org/libs/property_tree
55 stars 92 forks source link

Fixed compilation with -DBOOST_NO_TYPEID #107

Closed erestor closed 10 months ago

erestor commented 1 year ago

Fixes #106

pdimov commented 10 months ago

I used boost::core::type_name instead to avoid the #ifdef.