We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba2840 commit 1a6323bCopy full SHA for 1a6323b
doc/developer-notes.md
@@ -595,11 +595,6 @@ Common misconceptions are clarified in those sections:
595
596
- *Rationale*: This avoids memory and resource leaks, and ensures exception safety.
597
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
603
C++ data structures
604
--------------------
605
0 commit comments