C++ Core Guidelines: Type Safety--Rainer Grimm
One more.
C++ Core Guidelines: Type Safety
by Rainer Grimm
From the article:
The C++ core guidelines support three profiles: type safety, bounds safety, and lifetime safety. Thanks to the guideline support library (GSL), you can check your code against these profiles. Today, I start with the profile type safety...