[range] Fix for Trac issue 5179 - Extra ";" in boost range file

[SVN r70035]
This commit is contained in:
Neil Groves
2011-03-16 23:29:29 +00:00
parent 7315e2c14e
commit 67f457ade1

View File

@ -19,7 +19,7 @@ namespace boost
{ {
namespace range_detail namespace range_detail
{ {
BOOST_MPL_HAS_XXX_TRAIT_DEF(type); BOOST_MPL_HAS_XXX_TRAIT_DEF(type)
template<class T, class Enabler = void> template<class T, class Enabler = void>
struct has_range_iterator_impl struct has_range_iterator_impl