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

Library N3662, C++ Dynamic Arrays #102

Closed
wants to merge 1 commit into from
Closed

Conversation

jwakely
Copy link
Member

@jwakely jwakely commented May 5, 2013

Includes the following editorial fixes relative to the proposal:

  • Remove Allocator template parameter from comparison operators.
  • Use template <class T> instead of template< typename T >.
  • Declare member types public.
  • Refer to 23.2 for implementation-defined iterator types.
  • Add explicit keyword to first declaration in [dynarray.cons].

Includes the following editorial fixes relative to the proposal:
 - Remove Allocator template parameter from comparison operators.
 - Use `template <class T>` instead of `template< typename T >`.
 - Declare member types public.
 - Refer to 23.2 for implementation-defined iterator types.
 - Add `explicit` keyword to first declaration in [dynarray.cons].
@sdutoit
Copy link
Contributor

sdutoit commented May 14, 2013

Merged locally with the following tiny bug fixes:

Removed spurious space in "template class dynarray" in
synopsis.

Fixed type "forward_list" -> "dynarray" in size_type constructor.

@sdutoit sdutoit closed this May 14, 2013
@jwakely jwakely deleted the N3662 branch November 23, 2017 20:09
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.

None yet

2 participants