option to enforce block generation
Compare changes
Files
2@@ -28,15 +28,12 @@
@@ -71,7 +68,7 @@ void CppMethod::writeCpp(CppWriterPtr writer)
@@ -96,17 +93,23 @@ void CppMethod::setBlock(const CppBlockPtr& new_block)
Fixes issue with auto-generated ARON impl for default d'tor, e.g.,
~Foo() = default {};
after last hotfix.
@peller you recent changes broke the generation of ARON files in armarx::navigation. The issue was that softReset()
was empty and the curly brackets weren't generated.
Here, I explicitly added this enforceBlockGeneration
member that can be set in the ARON code generation. See dependent PR in RobotAPI