Searched refs:workaround_msvc_stl_support (Results 1 – 1 of 1) sorted by relevance
58 Eigen::internal::workaround_msvc_stl_support<T> \62 template<typename T> struct workaround_msvc_stl_support : public T struct64 inline workaround_msvc_stl_support() : T() {} in workaround_msvc_stl_support() function65 inline workaround_msvc_stl_support(const T& other) : T(other) {} in workaround_msvc_stl_support() argument71 inline workaround_msvc_stl_support& operator=(const workaround_msvc_stl_support& other)