-
Reproduce:
```
struct Foo { int x[2]; };
```
gcc: 13.2.0
compile command: ` g++ -std=c++20 a.cpp -Ipath/to/boost`
Expect:
`expects(boost::pfr::tuple_size_v == 1);`
Actual:
`boost::pfr::tup…
-
There's another library called `repr` which claims to handle C arrays properly: https://godbolt.org/z/vbz639n4d. Can this solution be used to handle C arrays properly in boost pfr?
Here's a link to…
-
### Description of the bug
Hi @GallVp ,
The assemblyQC pipeline failed on a set of transcriptome assemblies. The .nextflow.log ended with _DEBUG nextflow.script.ScriptRunner - > Execution complet…
-
The recent `pfr` update introduces a new feature allowing the retrieval of aggregated object [member names](https://github.com/boostorg/pfr/pull/129).
This enhancement enables the parsing and seriali…
-
I've been trying to understand `is_reflectable`, but I fail to get what to pass as second argument. My case looks like this:
```
template
class static_results {
static_assert(pfr::is_pfr_re…
-
In the current [beta release of boost](https://www.boost.org/users/history/version_1_84_0.html), `boost::pfr` comes with a new feature for extracting the struct name from a given type. This way `struc…
-
**Environment:**
- aws-parallelcluster 2.7.0
- Configuration:
[fsx fsx-scratch2]
shared_dir = /lustre
storage_capacity = 1200
deployment_type = SCRATCH_2
import_path=...
export_path=.…
-
I've used FDA code (v2021.7-fda2.11) to perform analysis on my polysaccharide system (SMD simulation).
I've obtained .pfa and .pfr files.
The scripts pfa_draw and pfa_loaduser are meant for both ato…
-
A blog post needs to be written about the numerous tricks used in the `repr` project. It has some notable differences to other static reflection libraries such as `boost::pfr`. The technique used to c…
Tsche updated
2 months ago
-
I've begun to think about the FPCR implementation for `pfr()`. Phil or Rayman, this is your stuff so you can of course overrule anything that I suggest.
I'm thinking of having FPC terms specified usi…