diff --git a/include/boost/fusion/sequence/adapted/std_pair/Attic/std_pair_iterator.hpp b/include/boost/fusion/sequence/adapted/std_pair/Attic/std_pair_iterator.hpp index fde36144..799bd90d 100644 --- a/include/boost/fusion/sequence/adapted/std_pair/Attic/std_pair_iterator.hpp +++ b/include/boost/fusion/sequence/adapted/std_pair/Attic/std_pair_iterator.hpp @@ -21,14 +21,14 @@ namespace boost { namespace fusion { struct random_access_traversal_tag; - template + template struct std_pair_iterator - : iterator_facade, random_access_traversal_tag> + : iterator_facade, random_access_traversal_tag> { - BOOST_MPL_ASSERT_RELATION(N, >=, 0); - BOOST_MPL_ASSERT_RELATION(N, <=, 2); + BOOST_MPL_ASSERT_RELATION(N_, >=, 0); + BOOST_MPL_ASSERT_RELATION(N_, <=, 2); - typedef mpl::int_ index; + typedef mpl::int_ index; typedef Pair_ pair_type; std_pair_iterator(Pair_& pair) diff --git a/include/boost/fusion/sequence/adapted/std_pair/std_pair_iterator.hpp b/include/boost/fusion/sequence/adapted/std_pair/std_pair_iterator.hpp index fde36144..799bd90d 100644 --- a/include/boost/fusion/sequence/adapted/std_pair/std_pair_iterator.hpp +++ b/include/boost/fusion/sequence/adapted/std_pair/std_pair_iterator.hpp @@ -21,14 +21,14 @@ namespace boost { namespace fusion { struct random_access_traversal_tag; - template + template struct std_pair_iterator - : iterator_facade, random_access_traversal_tag> + : iterator_facade, random_access_traversal_tag> { - BOOST_MPL_ASSERT_RELATION(N, >=, 0); - BOOST_MPL_ASSERT_RELATION(N, <=, 2); + BOOST_MPL_ASSERT_RELATION(N_, >=, 0); + BOOST_MPL_ASSERT_RELATION(N_, <=, 2); - typedef mpl::int_ index; + typedef mpl::int_ index; typedef Pair_ pair_type; std_pair_iterator(Pair_& pair)