Skip to content

Commit 95d578d

Browse files
committed
Replace wg21 cwg links by direct URLs, because the former currently don't work yet
1 parent 7d3afa0 commit 95d578d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/issue4494.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010

1111
<discussion>
1212
<p>
13-
<a href="https://wg21.link/cwg3115">CWG 3115</a> states that every function of consteval-only type shall be an
13+
<a href="https://cplusplus.github.io/CWG/issues/cwg_defects.html#3115">CWG 3115</a> states that every function of consteval-only type shall be an
1414
immediate function. This caused a problem for `std::meta::exception::what()` which was marked `constexpr`
1515
but not `consteval`. To be able to mark it `consteval`, we had to tweak the rules about overriding by a consteval
16-
virtual function (<a href="https://wg21.link/cwg3117">CWG 3117</a> ).
16+
virtual function (<a href="https://cplusplus.github.io/CWG/issues/cwg_defects.html#3117">CWG 3117</a> ).
1717
<p/>
1818
But <sref ref="[meta.reflection.exception]"/> still defines `std::meta::exception` such that it contains these
1919
defaulted special member functions:

0 commit comments

Comments
 (0)