-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prior to this commit `owning_identifier` obtained much of its functionality from `std::unique_ptr`. This would ensure that `owning_identifier`: * can be moved; but not copied, * the stable identifier is "leaked" appropriately. This commit removes the `std::unique_ptr` and implements the required semantics using ctors, assignment operators and the dtor.
- Loading branch information
Showing
1 changed file
with
88 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters