This commit is contained in:
Michael Davidsaver
2019-12-19 19:59:37 -08:00
parent cf91bc3033
commit b7feb98aaa
3 changed files with 6 additions and 2 deletions
-1
View File
@@ -141,7 +141,6 @@ struct StructTop {
// empty, or the field of a structure which encloses this.
Value enclosing;
};
static_assert (std::is_standard_layout<StructTop>{}, "Needed for offsetof()");
using Type = std::shared_ptr<const FieldDesc>;