-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow makeStaticObserver(std::shared_ptr<const T>)
Summary: Observers operate with `std::shared_ptr<const T>` internally so it's natural and convenient to allow `makeStaticObserver(std::shared_ptr<const T>)`. Reviewed By: praihan Differential Revision: D64764178 fbshipit-source-id: 4343dfdbe0af42defbe3b3d386b36b1c9b07dd79
- Loading branch information
1 parent
2d0f8ed
commit 2498c34
Showing
3 changed files
with
11 additions
and
2 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
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