CppCoreGuidelines icon indicating copy to clipboard operation
CppCoreGuidelines copied to clipboard

[CP.51] Update with C++23 feature and clarify code examples further

Open Rhidian12 opened this issue 6 months ago • 0 comments

This is a commit to showcase the new C++23 feature: explicit object parameters and how it can be used to make coroutine lambdas memory-safe rather than something to be avoided. Also further clarifies the coroutine examples in CP.51 a bit more.

Rhidian12 avatar Oct 01 '25 14:10 Rhidian12