Commit d2ec8f8
authored
CppGenerator: operator<< take messages as const-ref (aeron-io#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 )1 parent 461204a commit d2ec8f8
File tree
1 file changed
+1
-1
lines changed- sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2564 | 2564 | | |
2565 | 2565 | | |
2566 | 2566 | | |
2567 | | - | |
| 2567 | + | |
2568 | 2568 | | |
2569 | 2569 | | |
2570 | 2570 | | |
| |||
0 commit comments