Logo

Blog


MONTH: December 2020

C++ Insights

C++ Insights code coverage on Windows

In my last post, I wrote about the switch from Travis CI to GitHub Actions (C++ Insights: From Travis CI to GitHub Actions. In the what's next section, I dreamed a little about [...]
C++ Insights

C++ Insights: From Travis CI to GitHub Actions

A while ago Travis CI informed me (and others) that travis-ci.org will be shutting down and all projects have to move to travis-ci.com (or something like this). A call to action. [...]
C++

Under the covers of C++ lambdas - Part 3: Generic lambdas

In this post, we are continuing to explore lambdas and comparing them to function objects. In the previous posts, Under the covers of C++ lambdas - Part 1: The static invoker, we [...]