From 6c130b9e44ac922cf5ccde3e104cd9fc5fd4751f Mon Sep 17 00:00:00 2001 From: Mateusz Loskot Date: Tue, 2 Jul 2013 13:38:38 +0100 Subject: [PATCH] Fix ticket number --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bd92343..bd582eb7 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,5 @@ However, there is a problem with ADL and range-based access to the sequence which is a well-known issue: * [Fusion begin/end ADL issues with C++0x range-based for](http://lists.boost.org/Archives/boost/2010/12/index.php) -* Boost ticket: [fusion::begin and fusion::end lead to problems with ADL-based begin and end functions for ranges](https://svn.boost.org/trac/boost/ticket/402) +* Boost ticket: [fusion::begin and fusion::end lead to problems with ADL-based begin and end functions for ranges](https://svn.boost.org/trac/boost/ticket/4028) * Boost ticket: [Treat std::array as a Fusion sequence](https://svn.boost.org/trac/boost/ticket/8241)