2
0
mirror of https://github.com/boostorg/parser.git synced 2026-02-22 15:42:09 +00:00

3 Commits

Author SHA1 Message Date
Zach Laine
8bad1f2963 detail::aggregate_to_tuple() -> detail::tie_aggregate(), and change
detail::tie_aggregate() to return a tuple of references.

Partially addresses #28.
2024-01-03 02:28:10 -06:00
Zach Laine
fcb435df99 Add test for the struct <-> tuple assignment machinery; fix errors.
Partially addresses #28.
2023-12-30 04:12:05 -06:00
Zach Laine
95374a7878 Add initial sketch of struct -> tuple assignment machinery.
Partially addresses #28.
2023-12-30 02:58:50 -06:00