forked from boostorg/fusion
1e2841c68385d46bb3c7fcbdeeff01f59482e431
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:
Languages
C++
100%