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
I found in example that I could be done with merge_patch method but I can't find it in my installed package.
I've installed the library from ubuntu package: https://packages.ubuntu.com/bionic/nlohmann-json-dev
error: ‘using json = using json = class nlohmann::basic_json<> {aka class nlohmann::basic_json<>}’ has no member named ‘merge_patch’
obj1.merge_patch(obj2);
The text was updated successfully, but these errors were encountered:
OS: ubuntu x64, compiler is g++
I'd like to merge two objects:
Expected result:
I found in example that I could be done with
merge_patch
method but I can't find it in my installed package.I've installed the library from ubuntu package: https://packages.ubuntu.com/bionic/nlohmann-json-dev
error: ‘using json = using json = class nlohmann::basic_json<> {aka class nlohmann::basic_json<>}’ has no member named ‘merge_patch’
obj1.merge_patch(obj2);
The text was updated successfully, but these errors were encountered: