Commit c1f5c24
committed
[C++] Remove move constructor and move assignment operator.
The copy versions are defined to be the same implementation. C++11 and
onward falls back to copying where move methods are not defined.1 parent 17cad9a commit c1f5c24
File tree
1 file changed
+0
-11
lines changed- sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp
1 file changed
+0
-11
lines changedLines changed: 0 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1455 | 1455 | | |
1456 | 1456 | | |
1457 | 1457 | | |
1458 | | - | |
1459 | | - | |
1460 | | - | |
1461 | | - | |
1462 | | - | |
1463 | | - | |
1464 | | - | |
1465 | | - | |
1466 | | - | |
1467 | | - | |
1468 | | - | |
1469 | 1458 | | |
1470 | 1459 | | |
1471 | 1460 | | |
| |||
0 commit comments