boostorg / property_tree

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

Use non-deprecated bind/bind.hpp header and non-globals placeholders #52

Closed vaboca closed 4 years ago

vaboca commented 4 years ago

boost\bind.hpp is deprecated and recommends using boost\bind\bind.hpp instead, see: https://github.com/boostorg/bind/blob/develop/include/boost/bind.hpp

CornedBee commented 4 years ago

Subsumed by #50