1#define BOOST_BIND_NO_PLACEHOLDERS
2#include <boost/property_tree/json_parser.hpp>
3
4// Must be able to build with BOOST_BIND_NO_PLACEHOLDERS defined
5// History: https://github.com/boostorg/property_tree/pull/112#issuecomment-1812867565
6
7int main() {}
8

source code of boost/libs/property_tree/test/test_json_parser3.cpp