cat 633081 1280

C++ Core Guidelines: Surprises with Argument-Dependent Lookup

/
There is, in particular, one rule left to template interfaces which are quite interesting: T.47: Avoid…
banner 1183445 1280

C++ Core Guidelines: Regular and SemiRegular Types

/
The topic for today is quite important when you create your type: Regular and SemiRegular types.   Here…
Meeting

Meeting Embedded and Meeting C++ 2018

/
Last week I was at two conferences in Berlin: Meeting Embedded and Meeting C++. Here are my impressions…
automatic

C++ Core Guidelines: Template Interfaces

/
This post is about template interfaces due to the C++ core guidelines: "...a critical concept", because…
contract

C++ Core Guidelines: Pass Function Objects as Operations

/
An interface is a contract between a user and an implementer and should, therefore, be written with great…