diff --git a/CPP20.md b/CPP20.md index 1a7fdc7..d9e9c53 100644 --- a/CPP20.md +++ b/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: diff --git a/README.md b/README.md index 4fe7bd1..42eb768 100644 --- a/README.md +++ b/README.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: