-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance opstream by allowing output to a specified ostream. (#1106)
* Enhance opstream by allowing output to a specified buffer. + Extend the capabilities of `opstream` by allowing output to be directed to any `std::ostream` instead of forcing output to `std::cout`. If the output stream is not specified, it will default to the previous behavior of `std::cout`. + Provide `const` attribute for some arguments of functions provided in `dbc.hh`. + This PR also serves as a sanity check for the new git pre-commit-copyright hook, #1105. * Fix doxygen error. * rename variable to avoid shadowing. * Fix mismatched const in hh and i.hh file.
- Loading branch information
1 parent
203c039
commit 7d85f39
Showing
4 changed files
with
35 additions
and
54 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
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