46 #include "MueLu_ExplicitInstantiation.hpp" 50 #include "TpetraCore_ETIHelperMacros.h" 52 #ifndef _MSC_VER // error C2950: 'MueLu::Utils2<double,int,int>' : cannot explicitly instantiate an explicit specialization 53 #define MUELU_LOCAL_INSTANT(S,LO,GO,N) \ 54 template class MueLu::Utils<S,LO,GO,N>; \ 55 template class MueLu::Utils2<S,LO,GO,N>; 57 #define MUELU_LOCAL_INSTANT(S,LO,GO,N) \ 58 template class MueLu::Utils<S,LO,GO,N>; 61 TPETRA_ETI_MANGLING_TYPEDEFS()
#define MUELU_LOCAL_INSTANT(S, LO, GO, N)