We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c4184 commit 4228ff2Copy full SHA for 4228ff2
book/en-us/02-usability.md
@@ -548,7 +548,7 @@ std::cout << "q: " << q << std::endl;
548
549
> To understand it you need to know the concept of parameter forwarding
550
> in C++, which we will cover in detail in the
551
-> [Language Runtime Hardening](./03-runtime.md) chapter,
+> [Language Runtime Enhancements](./03-runtime.md) chapter,
552
> and you can come back to the contents of this section later.
553
554
In simple terms, `decltype(auto)` is mainly used to derive
0 commit comments