forked from boostorg/fusion
53a1a74a10211ed0ae09a8a7aefd76d6c617dd4d
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%