flo
a
ti
n
g.i
o
Home
About
Archive
Projects
3D Printing
Pantry Organizer
Random 3D Stuff
Randomness
Boredom In 14 Segments
LetterBox
Feedback
STL
Lambda + shared_ptr<> = memory leak
July 4, 2017
Code
The Z-Wave interface I’m working on is an inherently asynchronous beast. Callbacks abound, and the use of lambda functions makes that much easier to deal with. This fact led me to select C++11 as the language standard for the …