Changeset 3831 in Sophya for trunk/SophyaLib/TArray/tarray.h
- Timestamp:
- Aug 5, 2010, 2:16:20 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/tarray.h
r3386 r3831 481 481 typedef TArray<r_8> Array; 482 482 483 //--------- extern template declarations (if needed) ----------- 484 #if defined ( NEED_EXT_DECL_TEMP ) && !defined( TARRAY_CC_BFILE ) 485 extern template class TArray<uint_1>; 486 extern template class TArray<uint_2>; 487 extern template class TArray<uint_4>; 488 extern template class TArray<uint_8>; 489 extern template class TArray<int_1>; 490 extern template class TArray<int_2>; 491 extern template class TArray<int_4>; 492 extern template class TArray<int_8>; 493 extern template class TArray<r_4>; 494 extern template class TArray<r_8>; 495 extern template class TArray< complex<r_4> >; 496 extern template class TArray< complex<r_8> >; 497 #ifdef SO_LDBLE128 498 extern template class TArray<r_16>; 499 extern template class TArray< complex<r_16> >; 500 #endif 501 #endif // Fin de if defined ( NEED_EXT_DECL_TEMP ) 502 483 503 } // Fin du namespace 484 504
Note:
See TracChangeset
for help on using the changeset viewer.