Changeset 2339 in Sophya for trunk/SophyaLib/BaseTools/dvlist.cc
- Timestamp:
- Mar 10, 2003, 2:49:04 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/dvlist.cc
r2327 r2339 475 475 476 476 /* --Methode-- */ 477 #if defined(__SGICC__) 478 template <class DVList> 479 #endif 477 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 480 478 void ObjFileIO<DVList>::WriteSelf(POutPersist& s) const 481 479 { … … 529 527 530 528 /* --Methode-- */ 531 #if defined(__SGICC__) 532 template <class DVList> 533 #endif 529 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 534 530 void ObjFileIO<DVList>::ReadSelf(PInPersist& s) 535 531 {
Note:
See TracChangeset
for help on using the changeset viewer.