Skip to main content
dineshbandara
Participant
June 15, 2015
Question

How to use boost::property_tree::json_parser::read_json (CC 2014) with VS2012?

  • June 15, 2015
  • 0 replies
  • 341 views

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?

This topic has been closed for replies.