issues
search
nasa
/
fpp
F Prime Prime: A modeling language for F Prime
https://fprime.jpl.nasa.gov
Apache License 2.0
49
stars
31
forks
source link
[CppDocCppWriter] Refine handling of pure virtual functions
#223
Closed
bocchino
closed
1 year ago
bocchino
commented
1 year ago
When the body of the function is Nil, don't write an implementation.
Otherwise write out the implementation. This becomes a default implementation for the pure virtual function, which is allowed in C++.
bocchino
commented
1 year ago
OK, good idea. I added some more code to the CppDocWriter test.