-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Logger construction arguments
The Logger constructor now takes a shared pointer to a std::ostream. In this way we do not need the error prone handling of manual stream descruction any more. Instead the default shared pointer argument for std::cout takes now the no-op deleter. Signed-off-by: Christoph Niethammer <[email protected]>
- Loading branch information
1 parent
f99d5cb
commit 50225ab
Showing
2 changed files
with
5 additions
and
10 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