Open
Description
Description
The C++ code defines its virtual destructor in the header files rather than the source files. This can lead to build warning/error, here in clang
warning: 'XXX' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables]
openapi-generator version
7.14.0 (latest)
Suggest a fix
A fix is coming in the form of a PR.