Bug 1668421 - Fix a commeint in fallible.h r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D92017
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
*
|
*
|
||||||
* foo = new ((mozilla::fallible_t())) Foo();
|
* foo = new ((mozilla::fallible_t())) Foo();
|
||||||
*
|
*
|
||||||
* const mozilla::fallible_t fallible = mozilla::fallible_t();
|
* const mozilla::fallible_t f = mozilla::fallible_t();
|
||||||
* bar = new (f) Bar();
|
* bar = new (f) Bar();
|
||||||
*
|
*
|
||||||
* It is also possible to declare method overloads with fallible allocation
|
* It is also possible to declare method overloads with fallible allocation
|
||||||
|
|||||||
Reference in New Issue
Block a user