boostorg / property_tree

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

Doesn't compile with -DBOOST_NO_TYPEID #106

Closed erestor closed 10 months ago

erestor commented 1 year ago

Only two lines in the whole code use typeid, just to show an error message. This can be circumvented by using boost::typeindex::type_id when compiling with -DBOOST_NO_TYPEID in order to succeed with the compilation.

ashtum commented 10 months ago

Addressed in https://github.com/boostorg/property_tree/commit/3b7c3ccb6bf5438c1a2d1b663762d69760a6386d.