Ignore:
Timestamp:
11/07/11 01:55:32 (13 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Patch from Wes.
This is changes intend to compile with llvm c++ and Intel
and those might not affect actual behavior.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/TableTraverse.h

    r2289 r2343  
    6565  template<class T> class TypeManagerImpl: public TypeManager {
    6666  public:
     67    TypeManagerImpl(){}
    6768    virtual casa::BaseCompare *getComparator() const {
    6869      static casa::ObjCompare<T> comparator;
Note: See TracChangeset for help on using the changeset viewer.