Ignore:
Timestamp:
Jul 4, 2014, 4:34:12 PM (9 years ago)
Author:
Peter
Message:

revert r3271 and 3272; the change was dangerous since boost::facade uses value type to typedef pointer, and besides that the change was never needed because boost::facade removes constness before typedeffing value_type.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.12-stable/yat/classifier/KernelLookup.h

    r3271 r3275  
    8585    /// 'Read Only' iterator
    8686    typedef utility::StrideIterator<
    87     utility::Container2DIterator<const KernelLookup, double, const_reference> >
     87    utility::Container2DIterator<const KernelLookup, const double,
     88                                 const_reference> >
    8889    const_iterator;
    8990
Note: See TracChangeset for help on using the changeset viewer.