mirror of
https://github.com/wuye9036/CppTemplateTutorial.git
synced 2024-03-22 13:11:16 +08:00
更新到正在用的编译器。
This commit is contained in:
parent
6282afe56c
commit
f8a18d1db2
|
@ -105,9 +105,8 @@ C++之所以变成一门层次丰富、结构多变、语法繁冗的语言,
|
|||
|
||||
C++编译器众多,且对模板的支持可能存在细微差别。如果没有特别强调,本书行文过程中,使用了下列编译器来测试文中提供的代码和示例:
|
||||
|
||||
* Clang 3.7 (x86)
|
||||
* Visual Studio 2015 Update 3
|
||||
* GCC 7 (x86, snapshot)
|
||||
* Clang 14.0.3; 15.0 (amd64)
|
||||
* Visual Studio 2022 19.2+ (amd64)
|
||||
|
||||
此外,部分复杂实例我们还在文中提供了在线的编译器预览以方便大家阅读和测试。在线编译器参见: [`gcc.godbolt.org`](https://gcc.godbolt.org/)。
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user