bg de en es fr it nl pl pt sv tr zh

c++ insights

C++ Insights new lambda transformation

Andreas Fertig

Last week I pushed an updated lambda transformation for C++ Insights. Here is a little background on the change. Since I first published C++ Insights when you transformed a lambda like the following: 1 2 3 4 5 6int main() { int val{4}; auto lamb = [&] { return val; }; } The result …

Happy 8th anniversary C++ Insights

Andreas Fertig

This year, we celebrate the 8th anniversary of C++ Insights! Thank you all for the wonderful years of support! The current status I've been a bit slower in updating C++ Insights to work with the latest Clang version. As a birthday gift I released the latest C++ Insights version which …