-
Notifications
You must be signed in to change notification settings - Fork 761
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
Avoid 'must' #6610
Avoid 'must' #6610
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the commit message: "tmep" should be "temp".
source/templates.tex
Outdated
@@ -138,7 +138,7 @@ | |||
\begin{note} | |||
Default arguments for function templates and for member functions of | |||
class templates are considered definitions for the purpose of template | |||
instantiation\iref{temp.decls} and must obey the one-definition rule\iref{basic.def.odr}. | |||
instantiation\iref{temp.decls} and thus the one-definition rule\iref{basic.def.odr} applies. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a comma before "and".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jensmaurer Would you have a moment for this ^^^?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
Fixed. |
Can we fold this into #6737? |
Already covered by #6737 . |
Partially addresses cplusplus/nbballot#578