[range] compile error with extra ; with some compilers and options

Hi, The extra ";" in has_range_iterator.hpp results in a compiler error on some compilers with -pedantic option. Could this patch be applied on trunk? Thanks, Vicente Index: has_range_iterator.hpp =================================================================== --- has_range_iterator.hpp (revision 69537) +++ has_range_iterator.hpp (working copy) @@ -19,7 +19,7 @@ { namespace range_detail { - BOOST_MPL_HAS_XXX_TRAIT_DEF(type); + BOOST_MPL_HAS_XXX_TRAIT_DEF(type) template struct has_range_iterator_impl -- View this message in context: http://boost.2283326.n4.nabble.com/range-compile-error-with-extra-with-some-... Sent from the Boost - Dev mailing list archive at Nabble.com.

The extra ";" in has_range_iterator.hpp results in a compiler error on some compilers with -pedantic option.
Could this patch be applied on trunk?
Yes, I shall apply the change this week.
Thanks, Vicente
Thank you very much for your help, Neil Groves
participants (2)
-
Neil Groves
-
Vicente Botet