boostorg / boostorg/pfr

boost::pfr::names_as_array<T> does not work on structure include c array

Open
#162 4 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.