Confirmed users
446
edits
(TCW update) |
(Add UniquePtr mentions) |
||
| Line 157: | Line 157: | ||
<!-- Read only update this week? Uncomment the following line--> | <!-- Read only update this week? Uncomment the following line--> | ||
<!-- {{readonly}} --> | <!-- {{readonly}} --> | ||
* For lack of a better place to announce it (beyond [https://groups.google.com/forum/#!topic/mozilla.dev.platform/Ji3T5kipJzA in newsgroups]): mfbt has a new <code>UniquePtr</code> class, which you should use to manage <code>new</code>'d allocations that aren't refcounted or similar; see [http://whereswalden.com/2014/07/31/mfbt-now-has-uniqueptr-and-makeunique-for-managing-singly-owned-resources/ this blog post] for lots of info | |||
** Also, <code>mozilla::Scoped</code> is deprecated -- use <code>UniquePtr</code> instead! | |||
===Layout (jet/dbaron)=== | ===Layout (jet/dbaron)=== | ||
| Line 201: | Line 204: | ||
===Good Reads=== | ===Good Reads=== | ||
<small>(Links to blog posts, books, videos, etc. that you think will be of interest to others.)</small> | <small>(Links to blog posts, books, videos, etc. that you think will be of interest to others.)</small> | ||
* [http://whereswalden.com/2014/07/31/mfbt-now-has-uniqueptr-and-makeunique-for-managing-singly-owned-resources/ mfbt has a new smart pointer type, <code>UniquePtr</code>, for managing resources with a single owner] | |||
===irc #planning Log From This Meeting=== | ===irc #planning Log From This Meeting=== | ||
<pre style="white-space:pre-wrap;"> | <pre style="white-space:pre-wrap;"> | ||
</pre> | </pre> | ||