Menu

#194 Code generation for C++ misses new line after the end of namespace

QM3
closed
None
1
2018-05-04
2018-01-07
No

The C++ code generator "glues together" the end-of-namespace with the following end-of-declaration comment, for example

} // namespace DPP//$enddecl${Events::TableEvt} ###############...

Instead, the C++ code generator needs to insert a new-line character after the end-of-namespace comment:

} // namespace DPP
//$enddecl${Events::TableEvt} ################################################

Discussion

  • Quantum Leaps

    Quantum Leaps - 2018-01-16
    • status: open --> closed
     
  • Quantum Leaps

    Quantum Leaps - 2018-01-16

    Fixed in QM 4.1.1.
    --MMS

     

Anonymous
Anonymous

Add attachments
Cancel