TimelineCpp20Concepts

C++20: Concepts – What we don’t get

/
The Template Introduction from the Concepts TS is a new way to use concepts. This syntactic variant is…
TimelineCpp20Concepts

C++20: Concepts – Syntactic Sugar

/
Today, my post is not about something new to concepts. It's about syntactic sugar. I write about abbreviated…
null pointer

A Brief Overview of the PVS-Studio Static Code Analyzer

/
During one of C++Russia conferences, I got acquainted with the team, developing the PVS-Studio code…
TimelineCpp20Concepts

C++20: Concepts, the Placeholder Syntax

/
Today, I have a simple answer to a challenging question: Where can I use my concept? Concepts can be…