2
0
mirror of https://github.com/boostorg/fusion.git synced 2026-02-19 02:22:08 +00:00

Fix for ticket #6000

[SVN r74871]
This commit is contained in:
Joel de Guzman
2011-10-10 00:58:24 +00:00
parent 21301c93dc
commit f46b2aeb73

View File

@@ -80,7 +80,7 @@ namespace boost { namespace fusion
{};
template <typename Iterator, bool IsLast>
template <typename Iterator, bool IsLast_>
struct prior_impl
{
typedef typename Iterator::iterator_base_type base_type;