mirror of
https://github.com/AnthonyCalandra/modern-cpp-features.git
synced 2025-12-16 17:47:02 +03:00
Fix explicit(bool) link.
This commit is contained in:
2
CPP20.md
2
CPP20.md
@@ -12,7 +12,7 @@ C++20 includes the following new language features:
|
||||
- [deprecate implicit capture of this](#deprecate-implicit-capture-of-this)
|
||||
- [class types in non-type template parameters](#class-types-in-non-type-template-parameters)
|
||||
- [constexpr virtual functions](#constexpr-virtual-functions)
|
||||
- [explicit(bool)](#explicit-bool)
|
||||
- [explicit(bool)](#explicitbool)
|
||||
- [char8_t](#char8_t)
|
||||
|
||||
C++20 includes the following new library features:
|
||||
|
||||
@@ -12,7 +12,7 @@ C++20 includes the following new language features:
|
||||
- [deprecate implicit capture of this](#deprecate-implicit-capture-of-this)
|
||||
- [class types in non-type template parameters](#class-types-in-non-type-template-parameters)
|
||||
- [constexpr virtual functions](#constexpr-virtual-functions)
|
||||
- [explicit(bool)](#explicit-bool)
|
||||
- [explicit(bool)](#explicitbool)
|
||||
- [char8_t](#char8_t)
|
||||
|
||||
C++20 includes the following new library features:
|
||||
|
||||
Reference in New Issue
Block a user