Question
How to use boost::property_tree::json_parser::read_json (CC 2014) with VS2012?
I tired to use boost::property_tree::json_parser::read_json in InDesign SDK CC2014 with VS2012. But it was led to following error,
error C2664: 'boost::property_tree::basic_ptree<Key,Data>::push_back' : cannot convert parameter 1 from 'std::pair<_Ty1,_Ty2>' to 'const std::pair<_Ty1,_Ty2> &'
What are the possible solutions to avoid this issue?