Changeset 2870 in Sophya for trunk/SophyaLib/NTools/cimage.cc


Ignore:
Timestamp:
Jan 3, 2006, 3:23:37 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 + correction ambiguite syntaxe new X* [] - Reza 3 Jan 2006

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/cimage.cc

    r2615 r2870  
    192192
    193193#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
     194namespace SOPHYA {
    194195template class Image<uint_2>;
    195196template class Image<int_4>;
     
    205206template class FIO_Image<r_4>;
    206207template class FIO_Image<r_8>;
    207 
     208}
    208209#endif
Note: See TracChangeset for help on using the changeset viewer.