Boost logo

Boost :

Subject: [boost] [range] compile error with extra ; with some compilers and options
From: Vicente Botet (vicente.botet_at_[hidden])
Date: 2011-03-12 15:14:37


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-compilers-and-options-tp3350786p3350786.html
Sent from the Boost - Dev mailing list archive at Nabble.com.

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk