Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CppGenerator: operator<< take messages as const-ref (#939)
Following commit 1973c86, using generated operator<< would require a mutable ref message. This is unnecessary and can be problematic. Ex: using wrappers such as fmt::streamed ( https://fmt.dev/latest/api.html#std-ostream-support )
- Loading branch information