Age | Commit message (Collapse) | Author |
|
This allows more ergonomic memory allocation failure related error
checking using the TRY macro.
|
|
This allows more ergonomic memory allocation failure related error
checking using the TRY macro.
|
|
This seems to have been missed when these functions were renamed.
|
|
GithubFlavoredMarkdown sees the angled brackets (<>) and censors them.
Perhaps because it does not allow HTML tags in headings.
|
|
Because of the added complexity of *non-throwing* `new`, helper methods
for correctly constructing smart pointers were added in a previous
commit. This commit changes the documentation to recommend using these,
and adds examples to aid in correctly determining when to use
non-throwing new when manually creating smart pointers.
|
|
This makes it more symmetrical with adopt_own() (which is used to
create a NonnullOwnPtr from the result of a naked new.)
|
|
Add notes about assigning between FooPtr / NonnullFooPtr.
|
|
It always bothered me that we're using the overloaded "dereference"
term for this. Let's call it "unreference" instead. :^)
|
|
|
|
|
|
|