33 #include <itpp/itexports.h>
40 #if (defined(_MSC_VER) && defined(ITPP_SHARED_LIB))
44 template class ITPP_EXPORT Array<bool>;
45 template class ITPP_EXPORT Array<std::string>;
46 template class ITPP_EXPORT Array<bmat>;
47 template class ITPP_EXPORT Array<mat>;
48 template class ITPP_EXPORT Array<vec>;
49 template class ITPP_EXPORT Array<ivec>;
50 template class ITPP_EXPORT Array<cvec>;
51 template class ITPP_EXPORT Array<Array<int> >;
52 template class ITPP_EXPORT Array<Vec<unsigned int> >;
53 template class ITPP_EXPORT Array<Array<vec> >;
54 template class ITPP_EXPORT Array<Array<cvec> >;