Changeset 2344 in Sophya for trunk/SophyaLib/NTools/poly.cc


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/poly.cc

    r2334 r2344  
    306306//////////////////////////////////////////////////////////////////////////
    307307//! For persistance management
    308 #if defined(__SGICC__)
    309 template <>
    310 #endif
     308DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    311309void ObjFileIO<Poly>::ReadSelf(PInPersist& is)
    312310{
     
    320318
    321319//! For persistance management
    322 #if defined(__SGICC__)
    323 template <>
    324 #endif
     320DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    325321void ObjFileIO<Poly>::WriteSelf(POutPersist& os) const
    326322{
     
    771767//////////////////////////////////////////////////////////////////////////
    772768//! For persistance management
    773 #if defined(__SGICC__)
    774 template <>
    775 #endif
     769DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    776770void ObjFileIO<Poly2>::ReadSelf(PInPersist& is)
    777771{
     
    785779
    786780//! For persistance management
    787 #if defined(__SGICC__)
    788 template <>
    789 #endif
     781DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    790782void ObjFileIO<Poly2>::WriteSelf(POutPersist& os) const
    791783{
Note: See TracChangeset for help on using the changeset viewer.