Ignore:
Timestamp:
Jan 4, 2006, 2:30:31 PM (20 years ago)
Author:
ansari
Message:

Modifs pour compilation avec g++ 4 (V >= 3.4) - Reza 4 Jan 2006

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/datatype.cc

    r2879 r2884  
    3434template <class T>
    3535string DataTypeInfo<T>::getTypeName() { return("???unknowntype???"); }
     36DECL_TEMP_SPEC
    3637string DataTypeInfo<uint_1>::getTypeName() { return("uint_1"); }
     38DECL_TEMP_SPEC
    3739string DataTypeInfo<uint_2>::getTypeName() { return("uint_2"); }
     40DECL_TEMP_SPEC
    3841string DataTypeInfo<int_2>::getTypeName() { return("int_2"); }
     42DECL_TEMP_SPEC
    3943string DataTypeInfo<int_4>::getTypeName() { return("int_4"); }
     44DECL_TEMP_SPEC
    4045string DataTypeInfo<int_8>::getTypeName() { return("int_8"); }
     46DECL_TEMP_SPEC
    4147string DataTypeInfo<uint_4>::getTypeName() { return("uint_4"); }
     48DECL_TEMP_SPEC
    4249string DataTypeInfo<uint_8>::getTypeName() { return("uint_8"); }
     50DECL_TEMP_SPEC
    4351string DataTypeInfo<r_4>::getTypeName() { return("r_4"); }
     52DECL_TEMP_SPEC
    4453string DataTypeInfo<r_8>::getTypeName() { return("r_8"); }
     54DECL_TEMP_SPEC
    4555string DataTypeInfo< complex<r_4> >::getTypeName() { return(" complex<r_4> "); }
     56DECL_TEMP_SPEC
    4657string DataTypeInfo< complex<r_8> >::getTypeName() { return(" complex<r_8> "); }
    4758#endif
Note: See TracChangeset for help on using the changeset viewer.