I'm working on a C++ to C# wrapper using C++/CLR and MS VS Community 2015 (Version 14.0.25431.01 Update 3).
Compiling the single header json.hpp fails with described error in the title. The json.hpp version in 3.1.1.
I uploaded a tiny test project to reproduce the compile error:
TestLibrary.zip
For me a possible workaround is to encapsulate the json object and return the dump()ed string to pass to the C++/CLR and pass that string to the C# world instead of passing the dump()ed string from my C++/CLR class to the C# environment.
Thanks in advance.
I'm working on a C++ to C# wrapper using C++/CLR and MS VS Community 2015 (Version 14.0.25431.01 Update 3).
Compiling the single header json.hpp fails with described error in the title. The json.hpp version in 3.1.1.
I uploaded a tiny test project to reproduce the compile error:
TestLibrary.zip
For me a possible workaround is to encapsulate the json object and return the dump()ed string to pass to the C++/CLR and pass that string to the C# world instead of passing the dump()ed string from my C++/CLR class to the C# environment.
Thanks in advance.