File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
1414immediate function. This caused a problem for `std::meta::exception::what()` which was marked `constexpr`
1515but 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 />
1818But <sref ref =" [meta.reflection.exception]" /> still defines `std::meta::exception` such that it contains these
1919defaulted special member functions:
You can’t perform that action at this time.
0 commit comments