[Contents] [TitleIndex] [WordIndex

C++ Core Guidelines

To ease C++ maintenance a safe subset of modern C++ has been defined and might be used on our code base

Quoting the introduction :

Microsoft implemented a free set of zero-cost template helpers to support the concept of this guidelines. This should be added to the source tree and these templates should be used across all our codebase.

See also


2022-09-08 09:26