Errors for classes with empty base(s), C++17 #36
Labels
bug
compiler-or-standard-limitation
There is no known way to solve this issue, as it it either a compiler or C++ limitation
Provided the following hierarchy of classes:
When trying to use pfr with them there are the following errors (the error messages are somewhat shortened):
Class with an empty base and no members
Precise:
Flat:
Class with an empty base and some members
Presize:
Flat:
Class with two empty bases and no members
Precise:
Flat:
Class with two empty bases and some members
Precise:
Flat:
The text was updated successfully, but these errors were encountered: