You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
auto p0 = json::parse(s1);
auto p1 = p0.dump();
std::wcout << p1 << std::endl;
VS 2015 Community Edition
error C2665: 'nlohmann::basic_jsonstd::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator::parse': none of the 3 overloads could convert all the argument types
while trying to match the argument list '(std::wstring)'
The text was updated successfully, but these errors were encountered:
@kalumekenge, I made a branch to fix this version. Unfortunately, it requires the <codecvt> header which is not included in many Clang and GCCs out there.
VS 2015 Community Edition
error C2665: 'nlohmann::basic_jsonstd::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator::parse': none of the 3 overloads could convert all the argument types
while trying to match the argument list '(std::wstring)'
The text was updated successfully, but these errors were encountered: