-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove optional converstions that change the inner type
This is abnormal for C++ containers. In the future std::optional may gain the ability to hold a reference so we don't want to convert from references to pointers now since that would mean the wrong thing happens later or a breaking change would be needed. Instead provide docs saying how to go from a reference to a pointer or value.
- Loading branch information
Showing
2 changed files
with
13 additions
and
126 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
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