issues
search
boostorg
/
pfr
std::tuple like methods for user defined types without any macro or boilerplate code
https://boost.org/libs/pfr
Boost Software License 1.0
1.34k
stars
161
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add support for non-aggregate initializable struct
#192
bansan85
opened
3 days ago
0
Backport fix from PR #120 to tag 'boost-1.86.0'
#191
rressi-at-globus
closed
3 days ago
1
Getting members at index >=4 works with const types but not non-const types
#190
devyte
closed
3 weeks ago
1
support c-style arrays
#189
p00f
opened
1 month ago
3
Micro-optimize PFR fields detection
#188
apolukhin
closed
1 month ago
1
Fix unused warning in fields_count.hpp
#187
anarthal
closed
1 month ago
3
PFR does not work with non-copyable aggregates on MSVC 17.10
#186
Kaiyakha
opened
1 month ago
2
Is it possible to handle C arrays? Possible implementation linked
#185
quicknir
opened
2 months ago
8
Accessing addresses to members
#184
very-cool-name
opened
2 months ago
5
Fix unused warnings in core_name14_disabled.hpp
#183
anarthal
closed
2 months ago
2
core_name14_disabled causes unused variables warnings
#182
anarthal
closed
2 months ago
0
Reflect up to 200 fields by default in c++17 implementation via struc…
#181
apolukhin
closed
2 months ago
1
Better headers organization
#180
apolukhin
closed
2 months ago
1
Improve field count typical case performance
#179
rressi-at-globus
closed
2 months ago
1
Update ci.yml
#178
apolukhin
closed
3 months ago
1
Initial support for C++20 modules
#177
apolukhin
closed
3 months ago
1
Add `index` variable template to get index of member pointer
#176
uyha
opened
3 months ago
2
correction in pragma directive
#175
drosinos
closed
2 months ago
1
Add support for modular build structure.
#174
grafikrobot
closed
3 months ago
2
boost::pfr::get_name fails if a structurehas a member with a void pointer type
#173
StefanS52u1
opened
4 months ago
0
C++20 consteval error in boost::pfr::names_as_array
#172
QuiteDiam0nd
closed
5 months ago
1
Iterate over aggregate fields with the name
#171
Baduit
closed
2 months ago
4
Incorrect tuple_size if type contains native array member
#170
wingfiring
opened
6 months ago
1
std::array should not be considered reflectable
#169
kiwixz
opened
7 months ago
0
tuple_size does not work on clang
#168
egorpugin
opened
7 months ago
0
MSVC 14.1 warning: unreferenced parameter in stdtuple.hpp
#167
anarthal
closed
7 months ago
1
gcc-13 warning: unknown pragma regarding -Wundefined-var-template
#166
anarthal
closed
2 months ago
0
names_as_array returns an incorrect type when the input has zero fields
#165
anarthal
opened
8 months ago
1
is_reflectable documentation
#164
anarthal
opened
8 months ago
2
structure_to_tuple accepts scalars
#163
anarthal
opened
8 months ago
0
boost::pfr::names_as_array<T> does not work on structure include c array
#162
baker-Xie
opened
9 months ago
4
CI fixes
#161
apolukhin
closed
9 months ago
1
Allow throwing exceptions from pfr::structure_to_tuple (fixes #155) …
#160
apolukhin
closed
9 months ago
0
char reading in io_fields.hpp does not ignore newline and spaces
#159
PedroAreiasIST
opened
9 months ago
0
The docs should not accustom to use `std::is_aggregate` in PFR integration
#158
denzor200
closed
9 months ago
0
Introduce `boost::pfr::io` and `boost::pfr::io_fields` analogues with field names printing
#157
denzor200
opened
11 months ago
0
`hash_value` doesn't work at all
#156
denzor200
opened
11 months ago
0
`structure_to_tuple` should be able to throw exceptions for some types
#155
denzor200
closed
9 months ago
0
Get rid of cast_to_layout_compatible
#154
denzor200
closed
9 months ago
2
offset_based_getter produces wrong result with clang on non-X86 platform
#153
varlax77
opened
11 months ago
3
Addressing the limitation of get_name
#152
schaumb
closed
10 months ago
2
Addressing the limitation of `get_name` (non-internal linkage)
#151
schaumb
closed
10 months ago
2
GIve away the details of `get_name`
#150
akrzemi1
closed
9 months ago
9
Fix `get_name` on clang for MSVC
#149
denzor200
closed
12 months ago
0
Wrong BOOST_PFR_CORE_NAME_PARSING with "clang for MSVC"
#148
bansan85
closed
11 months ago
2
Add fmt library integration example
#147
denzor200
opened
12 months ago
0
Improve diagnostic for attempt to use `get_name` with non-external
#146
denzor200
closed
12 months ago
1
Addressing the limitation of the LOOPHOLE
#145
schaumb
opened
1 year ago
2
error: variable 'boost::pfr::detail::fake_object<Test>' is used but not defined
#144
linuxnyasha
closed
12 months ago
9
Recursive structure_to_tuple/structure_tie
#143
ilya-fedin
opened
1 year ago
1
Next