-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation error: back_inserter is not a member of std #2
Comments
It might work if you include the #include <algorithm>
#include <iterator>
#include <set> Could you try that out? I haven't switched to VS 2015 yet. |
Yup, looks like it compiles now. |
4 tasks
ludicrousdisplay
added a commit
to ludicrousdisplay/glslViewer
that referenced
this issue
Jan 20, 2021
Visual Studio 2019 generates a compilation error: "back_inserter is not a member of std" which is resolved by explicitly including the iterator library. For reference >> erengy/anitomy#2
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tried to compile taiga with Visual Studio 2015 RTM, while compilation of anitomy got an error in line 182 of tokenizer.cpp:
Error C2039: 'back_inserter': is not a member of 'std'
Error C3861: 'back_inserter': identifier not found
The text was updated successfully, but these errors were encountered: