From 0e24ec0a85e3ad5fc75433c9f73bda7eeed9f3d7 Mon Sep 17 00:00:00 2001 From: Mateusz Loskot Date: Sat, 6 Jul 2013 01:03:18 +0100 Subject: [PATCH] Format --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3e5e4b7..e6ec72f4 100644 --- a/README.md +++ b/README.md @@ -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. 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 which is a well-known issue: