Skip to content

Commit

Permalink
テンプレート再帰回数の記事がリンク切れしていたのでアーカイブに差し替え
Browse files Browse the repository at this point in the history
  • Loading branch information
faithandbrave committed May 8, 2023
1 parent 7606d8f commit 0f55a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/cpp11/recursive_template_limit.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ int main()
## 参照
- [CWG Issue 831. Limit on recursively nested template instantiations](http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#831)
- [Variadic Templates for C++0x](http://www.jot.fm/issues/issue_2008_02/article2/)
- [Variadic Templates for C++0x](https://web.archive.org/web/20230430062038/http://www.jot.fm/issues/issue_2008_02/article2/)
- テンプレートの再帰によって、コンパイル時間がどれくらい延びるかのレポートがある記事
- [C++ Language Features/Controlling implementation limits - Clang Compiler User’s Manual](http://clang.llvm.org/docs/UsersManual.html#cmdoption-ftemplate-depth)
- [3.5 Options Controlling C++ Dialect - GCC Command Options](https://gcc.gnu.org/onlinedocs/gcc/gcc-command-options/options-controlling-c%2B%2B-dialect.html)
Expand Down

0 comments on commit 0f55a96

Please sign in to comment.