Skip to content

Commit 1a6323b

Browse files
committed
doc: update developer notes for removal of MakeUnique
1 parent 3ba2840 commit 1a6323b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

doc/developer-notes.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -595,11 +595,6 @@ Common misconceptions are clarified in those sections:
595595

596596
- *Rationale*: This avoids memory and resource leaks, and ensures exception safety.
597597

598-
- Use `MakeUnique()` to construct objects owned by `unique_ptr`s.
599-
600-
- *Rationale*: `MakeUnique` is concise and ensures exception safety in complex expressions.
601-
`MakeUnique` is a temporary project local implementation of `std::make_unique` (C++14).
602-
603598
C++ data structures
604599
--------------------
605600

0 commit comments

Comments
 (0)