Merged
Conversation
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)
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_.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
there are only two commits in my fork which are not in yours now