Skip to content

Commit

Permalink
Mark as Clang 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MitalAshok committed Jul 26, 2024
1 parent 3156001 commit f9f1264
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clang/test/CXX/drs/cwg7xx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ namespace cwg712 { // cwg712: partial
#endif
}

namespace cwg713 { // cwg713: yes
namespace cwg713 { // cwg713: 2.5
template<typename T>
struct is_const {
static const bool value = __is_const(T);
Expand Down
2 changes: 1 addition & 1 deletion clang/www/cxx_dr_status.html
Original file line number Diff line number Diff line change
Expand Up @@ -4327,7 +4327,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
<td><a href="https://cplusplus.github.io/CWG/issues/713.html">713</a></td>
<td>CD2</td>
<td>Unclear note about cv-qualified function types</td>
<td class="full" align="center">Yes</td>
<td class="full" align="center">Clang 2.5</td>
</tr>
<tr id="714">
<td><a href="https://cplusplus.github.io/CWG/issues/714.html">714</a></td>
Expand Down

0 comments on commit f9f1264

Please sign in to comment.