Error with a vector of uncopyable elements? #4594
Unanswered
ethannicholas
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I try to compile this code:
I receive a long string of template instantiation errors, ending with:
Since I'm specifying return_value_policy::reference, it seems like the fact that the vector is uncopyable shouldn't matter. Is this a bug, or am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions