File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 885
885
\rationale Required for new features.
886
886
\effect
887
887
Valid \CppIII {} code may fail to compile or produce different results in
888
- this International Standard, as the following example illustrates:
888
+ this International Standard.
889
+ For example:
889
890
890
891
\begin {codeblock }
891
892
#define _x "there"
929
930
\rationale Removing surprising interactions with templates and constant
930
931
expressions.
931
932
\effect Valid \CppIII {} code may fail to compile or produce different results in
932
- this International Standard, as the following example illustrates:
933
+ this International Standard.
934
+ For example:
933
935
934
936
\begin {codeblock }
935
937
void f(void *); // \# 1
954
956
\rationale Required for new features.
955
957
\effect
956
958
Valid \CppIII {} code may fail to compile or produce different results in
957
- this International Standard, as the following example illustrates:
959
+ this International Standard.
960
+ For example:
958
961
959
962
\begin {codeblock }
960
963
bool b1 = new int && false; // previously \tcode {false}, now ill-formed
You can’t perform that action at this time.
0 commit comments