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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SkyMap/fiolocalmap.cc

    r2615 r2869  
    227227#endif
    228228#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
     229namespace SOPHYA {
    229230template class FIO_LocalMap<int_4>;
    230231template class FIO_LocalMap<r_4>;
     
    232233template class FIO_LocalMap< complex<r_4> >;
    233234template class FIO_LocalMap< complex<r_8> >;
     235}
    234236#endif
Note: See TracChangeset for help on using the changeset viewer.