GotW #3 Solution: Using the Standard Library (or, Temporaries Revisited) -- Herb Sutter
The solution to GotW #3 is now available:
GotW #3 Solution: Using the Standard Library (or, Temporaries Revisited) (updated for C++11/14)
by Herb Sutter
From the article:
With no other changes, simply using the standard
findalgorithm could do everything the range-basedforloop did to avoid needless temporaries (and questions about them) [...] and it further increases our level of abstraction.

Note: This updated working draft contains all of the updates approved at the Bristol ISO C++ meeting to make this the C++14 Committee Draft. Today our project editor Stefanus Du Toit, wth the kind help of Jonathan Wakely and our editorial committee of Daniel Kruegler, Alisdair Meredith, Mike Miller, and Richard Smith, finished applying and verifying the updates voted in at Bristol. This document has now been transmitted to SC22 for circulation for C++14's primary international comment ballot.
The C++Now 2013 conference is still in flight, but presentation materials are being made available online as the conference progresses. You can find them here in their GitHub repository:
