Overload 119 is now available. It contains the following C++-related articles, and more:
Overload 119
Feature: Static Polymorphic Named Parameters in C++ -- Martin Moene
Adding parameters to an object can be messy. Here is a description of method chaining -- an interesting way to pass parameters into methods in a more readable fashion.
Capturing Lvalue References in C++11 Lambdas -- Pete Barber
How confusing does it get when references refer to references and references are captured by value? Pete Barber shows us that it all falls out in the C++ consistency wash.
Add a Comment
Comments are closed.