Changeset 2870 in Sophya for trunk/SophyaLib/NTools/objfitter.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/objfitter.cc

    r2615 r2870  
    407407
    408408#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
     409namespace SOPHYA {
    409410template class ArrayFitter<int_4>;
    410411template class ArrayFitter<r_4>;
     
    417418template class ImageFitter<r_4>;
    418419template class ImageFitter<r_8>;
     420}
    419421#endif
Note: See TracChangeset for help on using the changeset viewer.