This commit is contained in:
Mateusz Loskot
2013-07-06 01:03:18 +01:00
parent 31b1ee7f73
commit 0e24ec0a85

View File

@ -6,7 +6,7 @@ An attempt to adapt ```std::array``` for Boost.Fusion.
The implementation is functional and passes the same test as adapted Boost.Array. The implementation is functional and passes the same test as adapted Boost.Array.
Proposal thread on the Boost mailing list: Proposal thread on the Boost mailing list:
[Adapter for std::array](http://lists.boost.org/Archives/boost/2013/07/205045.php). [[fusion] Adapter for std::array](http://lists.boost.org/Archives/boost/2013/07/205045.php).
However, there is a problem with ADL and range-based access to the sequence However, there is a problem with ADL and range-based access to the sequence
which is a well-known issue: which is a well-known issue: