forked from boostorg/range
[range] Fix for Trac issue 5179 - Extra ";" in boost range file
[SVN r70035]
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user