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

[CI] Improve naming of test runs #4

Merged
merged 5 commits into from
Oct 21, 2023
Merged

[CI] Improve naming of test runs #4

merged 5 commits into from
Oct 21, 2023

Conversation

Quuxplusone
Copy link
Owner

No description provided.

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98503
and duplicates seem to be related.

    inplace_vector.h:584:23: error: array subscript ‘sg14::inplace_vector<std::__cxx11::basic_string<char>, 5>[0]’
    is partly outside array bounds of ‘sg14::inplace_vector<std::__cxx11::basic_string<char>, 4> [1]’
    [-Werror=array-bounds]
      584 | set_size_(size_ - (oldend - newend));
          |           ^~~~~
And write some real tests for unstable_remove, too.
@Quuxplusone Quuxplusone merged commit b509fc4 into master Oct 21, 2023
24 checks passed
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

Successfully merging this pull request may close these issues.

1 participant