Boost C++ Libraries: Ticket #9178: Use type deduction instead of boost::function to store lambda https://svn.boost.org/trac10/ticket/9178 <p> boost::function is used to store lambda, which may cause superfluous allocation. It is possible to use type deduction instead. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9178 Trac 1.4.3 Evgeny.Panasyuk@… Sun, 29 Sep 2013 21:44:19 GMT <link>https://svn.boost.org/trac10/ticket/9178#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9178#comment:1</guid> <description> <p> Google "folly/ScopeGuard.h" for example of technique (can't insert link here). </p> </description> <category>Ticket</category> </item> </channel> </rss>