dice-group / tentris-cpp-coding-guidelines

0 stars 0 forks source link

Clang-tidy warning about unions should be disabled #2

Closed liss-h closed 7 months ago

liss-h commented 7 months ago

Clang-tidy warns about Clang-Tidy: Do not access members of unions; use (boost::)variant instead This should be disabled, since unions do have their usages still.