Changeset 2859 in Sophya for trunk/SophyaLib/BaseTools


Ignore:
Timestamp:
Dec 20, 2005, 12:07:56 PM (20 years ago)
Author:
ansari
Message:

Compil sur IBM-xlC , test ajout namespace ou SOPHYA:: dans l instanciation explicite des templates - Reza depuis regatta , 20/12/2005

Location:
trunk/SophyaLib/BaseTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/dvlist.cc

    r2830 r2859  
    629629
    630630#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
    631 template class ObjFileIO<DVList>;
     631template class SOPHYA::ObjFileIO<DVList>;
    632632#endif
  • trunk/SophyaLib/BaseTools/ppftpointerio.cc

    r2805 r2859  
    100100
    101101#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
     102namespace SOPHYA {
    102103template class PPF_TPointer_IO< char >;
    103104template class PPF_TPointer_IO< int_1 >;
     
    113114template class PPF_TPointer_IO< complex<r_4> >;
    114115template class PPF_TPointer_IO< complex<r_8> >;
     116}
    115117#endif
    116118*/
Note: See TracChangeset for help on using the changeset viewer.