mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 20:01:50 +00:00
Bug 1668421 - Fix a commeint in fallible.h r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D92017
This commit is contained in:
parent
c40f795f98
commit
e4588196e4
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user