Changeset 2872 in Sophya for trunk


Ignore:
Timestamp:
Jan 3, 2006, 3:28:19 PM (20 years ago)
Author:
ansari
Message:

Portage/compilation sur AIX-XlC (regatta): Ajout qualification de nom pour instanciation explicite de template - Reza 3 Jan 2006

Location:
trunk/SophyaLib/Samba
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Samba/alm.cc

    r2615 r2872  
    8585#endif
    8686#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
    87 template class Alm<r_8>;
    88 template class Alm<r_4>;
     87template class SOPHYA::Alm<r_8>;
     88template class SOPHYA::Alm<r_4>;
    8989#endif
  • trunk/SophyaLib/Samba/sphericaltransformserver.cc

    r2808 r2872  
    13791379#endif
    13801380#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
    1381 template class SphericalTransformServer<r_8>;
    1382 template class SphericalTransformServer<r_4>;
     1381template class SOPHYA::SphericalTransformServer<r_8>;
     1382template class SOPHYA::SphericalTransformServer<r_4>;
    13831383#endif
Note: See TracChangeset for help on using the changeset viewer.