Questions tagged [c++14]

C++14 comes right after C++11 in terms of versions. When seeking information about features unique to C++14, it is recommended to use the [C++] tag along with the [C++14] tag.

changing a class to JSON format with nlohmann library in C++

Attempting to convert my class to json in visual studio 2017 is resulting in linker errors C2440. Severity Code Description Project File Line Suppression State Error C2440 'initializing': cannot convert from 'ns::person' to 'nlohmann::basi ...