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

Have bits/allocator.h include bits/stl_iterator.h #74

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jonesmz
Copy link

@jonesmz jonesmz commented Nov 10, 2022

Fixes

error: call to function '__make_move_if_noexcept_iterator' that is neither visible in the template definition nor found by argument-dependent lookup
            _Tp(__make_move_if_noexcept_iterator(__c.begin()),

Fixes
```
error: call to function '__make_move_if_noexcept_iterator' that is neither visible in the template definition nor found by argument-dependent lookup
            _Tp(__make_move_if_noexcept_iterator(__c.begin()),
```
@MLopez-Ibanez
Copy link

This is a read-only mirror that is not managed by GCC developers.

Pull requests in this read-only mirror will be ignored forever.

If you wish to contribute to GCC please read: https://gcc.gnu.org/wiki/GettingStarted

@jonesmz
Copy link
Author

jonesmz commented Oct 13, 2023

I'm not interested in fixing GCCs contributor model.

Take the change or dont.

@jwakely
Copy link
Contributor

jwakely commented Feb 20, 2024

Fixes

error: call to function '__make_move_if_noexcept_iterator' that is neither visible in the template definition nor found by argument-dependent lookup
            _Tp(__make_move_if_noexcept_iterator(__c.begin()),

Under what conditions do you see this error?

@jwakely
Copy link
Contributor

jwakely commented Mar 16, 2024

Should be resolved on trunk by 3c1e624

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