Skip to content

removed const-ness from dump method on based Software_Probe and Softw…#2

Open
jonboan wants to merge 1 commit intoSEDS:masterfrom
jonboan:dump-const-mismatch
Open

removed const-ness from dump method on based Software_Probe and Softw…#2
jonboan wants to merge 1 commit intoSEDS:masterfrom
jonboan:dump-const-mismatch

Conversation

@jonboan
Copy link
Copy Markdown

@jonboan jonboan commented Oct 24, 2015

OASIS/OASIS_PDL/be/cpp/Impl_Dump_Generator.cpp
OASIS/OASIS_PDL/be/cpp/Stub_Dump_Generator.cpp
both generate output

virtual void dump(std::ostream &);

which are inconsistent with the base class definitions in Software_Probe.h and Software_Probe_Impl.h which are 'const' and although I agree with the const-ness qualify on the base classes modifying the generators leads to an explosion of problems.

…are_Probe_Impl to have correct method signature with generated PDL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant