Skip to content

Commit f9f1264

Browse files
committed
Mark as Clang 2.5
1 parent 3156001 commit f9f1264

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang/test/CXX/drs/cwg7xx.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ namespace cwg712 { // cwg712: partial
7676
#endif
7777
}
7878

79-
namespace cwg713 { // cwg713: yes
79+
namespace cwg713 { // cwg713: 2.5
8080
template<typename T>
8181
struct is_const {
8282
static const bool value = __is_const(T);

clang/www/cxx_dr_status.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4327,7 +4327,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
43274327
<td><a href="https://cplusplus.github.io/CWG/issues/713.html">713</a></td>
43284328
<td>CD2</td>
43294329
<td>Unclear note about cv-qualified function types</td>
4330-
<td class="full" align="center">Yes</td>
4330+
<td class="full" align="center">Clang 2.5</td>
43314331
</tr>
43324332
<tr id="714">
43334333
<td><a href="https://cplusplus.github.io/CWG/issues/714.html">714</a></td>

0 commit comments

Comments
 (0)