Copy to a variable inside a Structure #2933
Labels
platform: arm
related to ARM architecture
solution: duplicate
the issue is a duplicate; refer to the linked issue instead
state: needs more info
the author of the issue needs to provide more details
What is the issue you have?
Hi,
I think there is an issue/bug with the library when we want to copy the content of a json variable to another that belongs to a Structure variable.
Please describe the steps to reproduce the issue.
Just need to compile the provided code.
Can you provide a small but working code example?
Simple code below:
#include
#include <json.hpp>
using namespace std;
using json = nlohmann::json;
int main(){
}
What is the expected behavior?
Compile without errors.
And what is the actual behavior instead?
The compiler gives me a bunch of errors, as can be seen in the attachment.
Which compiler and operating system are you using?
I have many other programs on the same machine, using this library (without using structures).
Which version of the library did you use?
develop
branchIf you experience a compilation error: can you compile and run the unit tests?
The text was updated successfully, but these errors were encountered: