Skip to content
Snippets Groups Projects
Commit f906b2cd authored by Richard Smith's avatar Richard Smith
Browse files

www/cxx_status: give more precise links to initialization order wording

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@275351 91177308-0d34-0410-b5e6-96231b3b80d8
parent 9530e8ba
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
.na { background-color: #DDDDDD } .na { background-color: #DDDDDD }
span:target { background-color: #FFFFBB; outline: #DDDD55 solid thin; } span:target { background-color: #FFFFBB; outline: #DDDD55 solid thin; }
th { background-color: #FFDDAA } th { background-color: #FFDDAA }
td { vertical-align: middle }
</style> </style>
</head> </head>
<body> <body>
...@@ -698,9 +699,12 @@ as the draft C++1z standard evolves.</p> ...@@ -698,9 +699,12 @@ as the draft C++1z standard evolves.</p>
<td class="none" align="center">No</td> <td class="none" align="center">No</td>
</tr> </tr>
<tr> <tr>
<td>Stricter expression evaluation order (chapter 8 alternative)</td> <td rowspan=2>Stricter expression evaluation order</td>
<td><a href="http://wg21.link/p0145r3">P0145R3</a></td> <td><a href="http://wg21.link/p0145r3">P0145R3</a></td>
<td class="none" align="center">No</td> <td class="none" align="center" rowspan=2>No</td>
</tr>
<tr>
<td><a href="http://wg21.link/p0400r0">P0400R0</a></td>
</tr> </tr>
<tr> <tr>
<td>Requirement to ignore unknown attributes</td> <td>Requirement to ignore unknown attributes</td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment