Re: [Boost-bugs] [Boost C++ Libraries] #4355: without namespace 'range_detail'

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #4355: without namespace 'range_detail'
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-06-28 03:23:27


#4355: without namespace 'range_detail'
-------------------------------+--------------------------------------------
  Reporter: rick68@… | Owner: neilgroves
      Type: Patches | Status: new
 Milestone: Boost 1.43.0 | Component: range
   Version: Boost 1.44.0 | Severity: Cosmetic
Resolution: | Keywords: range concept
-------------------------------+--------------------------------------------

Comment (by rick68@…):

 Replying to [comment:5 steven_watanabe]:
> with the trunk I get
>
> {{{
> C:\boost\trunk\boost/concept_check.hpp(516) : error C2100: illegal
 indirection
> C:\boost\trunk\boost/concept_check.hpp(510) : while compiling
 class template member function
 'boost::ForwardIterator<TT>::~ForwardIterator(void)'
> with
> [
> TT=Iterator<ValueType>
> ]
> }}}
>
> which is the expected result, as there's no operator*.

 BidirectionalIteratorConcept check concept with ForwardIteratorConcept,
 DefaultConstructiable, SignlePassIterator, IncrementableIteratorConcept,
 EqualityComparable and CopyConstructiable, they are not to check
 operator*.
 But if I add 'detail_range::' in concepts.hpp at line 298, 299, the
 compiler can complete this code.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/4355#comment:6>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:03 UTC