Can't use std::string
Closed
Can't use std::string
jsonObject.createNestedObject(myString);
give the following error:
cannot convert argument 1 from 'const std::string' to 'const char *'
Can't use std::string
jsonObject.createNestedObject(myString);
give the following error:
cannot convert argument 1 from 'const std::string' to 'const char *'
No tasks are currently assigned. Use tasks to break down this issue into smaller parts.
Link issues together to show that they're related. Learn more.