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

nodiscard of allocate_at_least misses a closing bracket #5378

Closed
philnik777 opened this issue Apr 1, 2022 · 0 comments · Fixed by #5379
Closed

nodiscard of allocate_at_least misses a closing bracket #5378

philnik777 opened this issue Apr 1, 2022 · 0 comments · Fixed by #5379
Assignees

Comments

@philnik777
Copy link

The current declaration of allocate_at_least looks like:

  template<class Allocator>
    [[nodiscard] constexpr allocation_result<typename allocator_traits<Allocator>::pointer>
      allocate_at_least(Allocator& a, size_t n);
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 a pull request may close this issue.

2 participants