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

post-rebase pull request #5

Merged

Conversation

jwakely
Copy link
Member

@jwakely jwakely commented Jan 19, 2012

there are only two commits in my fork which are not in yours now

sdutoit pushed a commit that referenced this pull request Jan 19, 2012
…0657f2

 * [stream.iterators]: move out [iterator.range] and make it its own clause (thanks Jonathan Wakely)
 * [syserr.syserr.members]: fix typeface for inline code (thanks Jonathan Wakely)
@sdutoit sdutoit merged commit 7d404d9 into cplusplus:master Jan 19, 2012
burblebee referenced this pull request Mar 12, 2017
[dcl.spec.auto] Replace "have an initializer" with "be followed by an
initializer", to match the change from "init-declarator" to
"declarator".

[dcl.type.class.deduct] Add paragraph break between new paragraph and
example (the example is for the entire section, not for the new para).

[expr.new] Rename placeholder from I to init to improve appearance of
following code snippet.
Quuxplusone added a commit to Quuxplusone/draft that referenced this pull request Jan 31, 2019
This is NOT editorial!

The two blanket wordings triggered by this diff are

https://eel.is/c++draft/associative.reqmts#15.2

> A deduction guide for an associative container shall not participate
> in overload resolution if any of the following are true: [...]
>
> - It has an `Allocator` template parameter and a type that does not
>     qualify as an allocator is deduced for that parameter.

https://eel.is/c++draft/container.adaptors.general#4.4
https://eel.is/c++draft/container.adaptors.general#4.5

> A deduction guide for a container adaptor shall not participate
> in overload resolution if any of the following are true: [...]
>
> - It has an `Allocator` template parameter and a type that does not
>     qualify as an allocator is deduced for that parameter.
>
> - It has both `Container` and `Allocator` template parameters,
>     and `uses_allocator_v<Container, Allocator>` is `false`.

On the latter topic (`Container` parameters), see issue cplusplus#5.
gamecentric pushed a commit to gamecentric/draft that referenced this pull request Jul 1, 2019
JohelEGP added a commit to JohelEGP/draft that referenced this pull request Sep 25, 2021
Importable C++ library headers can be imported as header units.
This currently says "as module units".
[module.unit]cplusplus#1 says that
"A _module unit_ is a translation unit that contains a _module-declaration_."
[module.import]cplusplus#5 says that the synthetized header unit from an `import <H>;`
is a translation unit that contains no _module-declaration_.
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