Changeset 71 for trunk/lib/utility.h


Ignore:
Timestamp:
Feb 23, 2006, 10:25:41 AM (17 years ago)
Author:
Peter Johansson
Message:

class goes to typename, hi hi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/utility.h

    r60 r71  
    3333  /// @return resulting vector
    3434  ///
    35   template <class T >
     35  template <typename T >
    3636  struct VectorPlus :
    3737    public std::binary_function<std::vector<T>,std::vector<T>,std::vector<T> >
     
    5959  /// @return resulting vector
    6060  ///
    61   template <class Key, class T>
     61  template <typename Key, typename T>
    6262  struct PairValuePlus :
    6363    public std::binary_function<std::vector<T>,
Note: See TracChangeset for help on using the changeset viewer.