Changeset 2311


Ignore:
Timestamp:
Aug 17, 2010, 3:53:59 PM (13 years ago)
Author:
Peter
Message:

porting r2310 to trunk. Fixing warnings from doxygen 1.7.1 so 'make check' passes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/iterator_traits.h

    r2202 r2311  
    229229
    230230     Struct to check if iterator has mutable data. *Iter must have a
    231      function data(). If that function returns double& ::value is
     231     function data(). If that function returns double& value is
    232232     true.
    233233   */
     
    247247
    248248     Struct to check if iterator has mutable data. *Iter must have a
    249      function data(). If that function returns double& ::value is
     249     function data(). If that function returns double& value is
    250250     true.
    251251   */
Note: See TracChangeset for help on using the changeset viewer.