mirror of
https://github.com/boostorg/fusion.git
synced 2026-02-01 11:18:28 +01:00
702 B
702 B
Boost.Fusion extension for std::array
An attempt to adapt std::array for Boost.Fusion.
The implementation is functional and passes the same test as adapted Boost.Array.
However, there is a problem with ADL and range-based access to the sequence which is a well-known issue: