Fix explicit(bool) link.

This commit is contained in:
Anthony Calandra
2020-02-01 18:04:59 -05:00
parent c6734631fc
commit 1e8b4e1768
2 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

@@ -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: