Skip to content

Commit

Permalink
コンパイル時アサートへのリンクを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
ROCKTAKEY committed Nov 9, 2023
1 parent 3b69175 commit 4f2591d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tips/static_assert.md
Expand Up @@ -8,6 +8,7 @@
## インデックス
- [関数にコンパイル時アサートを付ける](#function)
- [クラスにコンパイル時アサートを付ける](#class)
- [C++の国際標準規格上の類似する機能](#cpp-standard)


## <a id="function" href="#function">関数にコンパイル時アサートを付ける</a>
Expand Down Expand Up @@ -55,3 +56,5 @@ int main()
}
```

## <a id="cpp-standard" href="#cpp-standard">C++の国際標準規格上の類似する機能</a>
- [コンパイル時アサート](https://cpprefjp.github.io/lang/cpp11/static_assert.html)

0 comments on commit 4f2591d

Please sign in to comment.