There was an idea a long time ago that FieldDef should become inline/value, thus should not have its own fields. The idea is failed (field can't be const, thus no boost in unwrapping), and the fields (name, type) should be returned, fixing toString() and equals(), too.
There was an idea a long time ago that
FieldDefshould become inline/value, thus should not have its own fields. The idea is failed (field can't be const, thus no boost in unwrapping), and the fields (name, type) should be returned, fixingtoString()andequals(), too.