mirror of
https://github.com/boostorg/fusion.git
synced 2026-05-04 19:54:19 +02:00
6849e31db08dcd78a991c4efe12c1832e45ed833
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%