2
0
mirror of https://github.com/boostorg/pfr.git synced 2026-01-19 04:22:13 +00:00

revert field_name and SimpleAggregate comment

This commit is contained in:
bela
2023-11-30 10:14:01 +01:00
parent 5b55480c65
commit b674d728be

View File

@@ -490,6 +490,8 @@ struct aggregate : empty { // not a SimpleAggregate
```
The library may work with aggregates that don't satisfy the requirements of `SimpleAggregate`, but the behavior tends to be non-portable.
Boost.PFRs extraction of field name works with only `SimpleAggregate` types.
[h2 Configuration Macro]