mirror of
https://github.com/boostorg/property_tree.git
synced 2026-01-19 04:22:16 +00:00
8 lines
250 B
C++
8 lines
250 B
C++
#define BOOST_BIND_NO_PLACEHOLDERS
|
|
#include <boost/property_tree/json_parser.hpp>
|
|
|
|
// Must be able to build with BOOST_BIND_NO_PLACEHOLDERS defined
|
|
// History: https://github.com/boostorg/property_tree/pull/112#issuecomment-1812867565
|
|
|
|
int main() {}
|