Ignore:
Timestamp:
Mar 10, 2003, 4:13:49 PM (23 years ago)
Author:
ansari
Message:

Compilation (fin ?) avec SGI-CC -LANG:std - Reza 10/03/2003

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/generaldata.cc

    r2340 r2344  
    10611061
    10621062
    1063 #if defined(__SGICC__)
    1064 template <>
    1065 #endif
     1063DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    10661064void ObjFileIO<GeneralFitData>::ReadSelf(PInPersist& is)
    10671065{
     
    11081106}
    11091107
    1110 #if defined(__SGICC__)
    1111 template <>
    1112 #endif
     1108DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    11131109void ObjFileIO<GeneralFitData>::WriteSelf(POutPersist& os) const
    11141110{
Note: See TracChangeset for help on using the changeset viewer.