File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -30,3 +30,9 @@ void g(int i) {
30
30
}
31
31
#endif
32
32
} // namespace cwg873
33
+
34
+ // cwg882: 3.5
35
+ #if __cplusplus >= 201103L
36
+ int main () = delete;
37
+ // since-cxx11-error@-1 {{'main' is not allowed to be deleted}}
38
+ #endif
Original file line number Diff line number Diff line change @@ -5161,7 +5161,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
5161
5161
<td><a href="https://cplusplus.github.io/CWG/issues/882.html">882</a></td>
5162
5162
<td>CD2</td>
5163
5163
<td>Defining <TT>main</TT> as deleted</td>
5164
- <td class="unknown " align="center">Unknown </td>
5164
+ <td class="full " align="center">Clang 3.5 </td>
5165
5165
</tr>
5166
5166
<tr id="883">
5167
5167
<td><a href="https://cplusplus.github.io/CWG/issues/883.html">883</a></td>
You can’t perform that action at this time.
0 commit comments