Skip to content
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

std::inserter not found #1

Closed
XDracam opened this issue Oct 20, 2019 · 1 comment
Closed

std::inserter not found #1

XDracam opened this issue Oct 20, 2019 · 1 comment

Comments

@XDracam
Copy link

XDracam commented Oct 20, 2019

I get a compiler error when trying to use this library with a C++17 msvc2019 project:

"inserter" is not a member of "std"

Adding #include <iterator> fixes this.

I would send a pull request, but I am not experienced enough in C++ to have the confidence.

@ast-al ast-al closed this as completed in ced8644 Oct 20, 2019
@ast-al
Copy link
Owner

ast-al commented Oct 20, 2019

Thanks for the report! Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants