We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 477414c commit a38076eCopy full SHA for a38076e
lang/cpp23/relaxing_some_constexpr_restrictions.md
@@ -96,7 +96,7 @@ void f(std::optional<T>& opt)
96
`constexpr`指定された、`=delete`指定されていないコンストラクタが満たすべき条件を緩和する。
97
98
- 非静的メンバ変数のコンストラクタは`constexpr`でなくともよい
99
-- [委譲コンストラクタ](https://cpprefjp.github.io/lang/cpp11/delegating_constructors.html)の場合、委譲先のコンストラクタが`constexpr`でなくともよい
+- [委譲コンストラクタ](/lang/cpp11/delegating_constructors.md)の場合、委譲先のコンストラクタが`constexpr`でなくともよい
100
101
`constexpr`指定された、`=delete`指定されていないデストラクタが満たすべき条件を緩和する。
102
0 commit comments