Warning, /sdk/cutehmi/extensions/CuteHMI/DataAcquisition.1/dev/CuteHMI.DataAcquisition-1.workaround.clang.Bug-28280.txt is written in an unsupported language. File is not indexed.

0001 Problem:
0002 
0003 Clang (version 6.0) fails to compile the code giving error message `undefined reference to
0004 cutehmi::dataacquisition::internal::EventCollective::ColumnValues::~ColumnValues()` and similar for other "collective" classes as if
0005 it deleted a destructor instead of providing implicit one.
0006 
0007 Investigation:
0008 
0009 This is most probably related to clang bug 28280:
0010 https://bugs.llvm.org/show_bug.cgi?id=28280
0011 https://stackoverflow.com/questions/58339496/undefined-reference-to-a-destructor-in-clang
0012 
0013 Workaround:
0014 
0015 Workaround is to prvide a destructor explicitly.
0016 
0017 Snippet:
0018