Skip to content

Commit a38076e

Browse files
fix: use markdown link, not a url
Co-authored-by: Akira Takahashi <faithandbrave@gmail.com>
1 parent 477414c commit a38076e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lang/cpp23/relaxing_some_constexpr_restrictions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ void f(std::optional<T>& opt)
9696
`constexpr`指定された、`=delete`指定されていないコンストラクタが満たすべき条件を緩和する。
9797

9898
- 非静的メンバ変数のコンストラクタは`constexpr`でなくともよい
99-
- [委譲コンストラクタ](https://cpprefjp.github.io/lang/cpp11/delegating_constructors.html)の場合、委譲先のコンストラクタが`constexpr`でなくともよい
99+
- [委譲コンストラクタ](/lang/cpp11/delegating_constructors.md)の場合、委譲先のコンストラクタが`constexpr`でなくともよい
100100

101101
`constexpr`指定された、`=delete`指定されていないデストラクタが満たすべき条件を緩和する。
102102

0 commit comments

Comments
 (0)