更新到正在用的编译器。

pull/70/head
wuye9036 2022-09-20 05:21:17 -07:00 committed by GitHub
parent 6282afe56c
commit f8a18d1db2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -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/)。