Parsing JSON: no matching function for call to 'get_to(ns::Points&) const' #3563
Answered
by
glattercj
activeshadow
asked this question in
Q&A
-
I have the following code I'm trying to get working:
When I try to compile this, I get the following error output:
Any chance someone can tell me what I'm doing wrong here? It looks like it's an issue w/ a vector containing a custom struct, but I can't figure out why. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
glattercj
Jun 29, 2022
Replies: 1 comment 1 reply
-
Move your Point |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
activeshadow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Move your Point
to_json
/from_json
functions before the Status functions, then it should be good.