mirror of
https://github.com/boostorg/fusion.git
synced 2026-02-03 22:05:29 +01:00
6c130b9e44ac922cf5ccde3e104cd9fc5fd4751f
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:
Description
Languages
C++
100%