boost::pfr::names_as_array<T> does not work on structure include c array
Open
duplicate
help wanted
- Dominant language
- C++
- Stars
- 1.5k
- Forks
- 176
- Avg merge
- 5d 21h
- Merged PRs (30d)
- 1
Description
demo code like this
```
#include "boost/pfr.hpp"
struct some_person {
float data[3];
};
int main(int argc, const char* argv[]) {
auto name = boost::pfr::names_as_array();
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.