Changeset 2344 in Sophya for trunk/SophyaLib/NTools/poly.cc
- Timestamp:
- Mar 10, 2003, 4:13:49 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/poly.cc
r2334 r2344 306 306 ////////////////////////////////////////////////////////////////////////// 307 307 //! For persistance management 308 #if defined(__SGICC__) 309 template <> 310 #endif 308 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 311 309 void ObjFileIO<Poly>::ReadSelf(PInPersist& is) 312 310 { … … 320 318 321 319 //! For persistance management 322 #if defined(__SGICC__) 323 template <> 324 #endif 320 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 325 321 void ObjFileIO<Poly>::WriteSelf(POutPersist& os) const 326 322 { … … 771 767 ////////////////////////////////////////////////////////////////////////// 772 768 //! For persistance management 773 #if defined(__SGICC__) 774 template <> 775 #endif 769 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 776 770 void ObjFileIO<Poly2>::ReadSelf(PInPersist& is) 777 771 { … … 785 779 786 780 //! For persistance management 787 #if defined(__SGICC__) 788 template <> 789 #endif 781 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 790 782 void ObjFileIO<Poly2>::WriteSelf(POutPersist& os) const 791 783 {
Note:
See TracChangeset
for help on using the changeset viewer.