Browse Source
This Clang warning complains when offsetof is used on a non-standard-layout type (i.e. any class using various C++ features), even though it works fine (and is not undefined behavior as of C++17).nce_cpp
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue