- Timestamp:
- Dec 20, 2005, 12:07:56 PM (20 years ago)
- Location:
- trunk/SophyaLib/BaseTools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/dvlist.cc
r2830 r2859 629 629 630 630 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 631 template class ObjFileIO<DVList>;631 template class SOPHYA::ObjFileIO<DVList>; 632 632 #endif -
trunk/SophyaLib/BaseTools/ppftpointerio.cc
r2805 r2859 100 100 101 101 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 102 namespace SOPHYA { 102 103 template class PPF_TPointer_IO< char >; 103 104 template class PPF_TPointer_IO< int_1 >; … … 113 114 template class PPF_TPointer_IO< complex<r_4> >; 114 115 template class PPF_TPointer_IO< complex<r_8> >; 116 } 115 117 #endif 116 118 */
Note:
See TracChangeset
for help on using the changeset viewer.