Home
last modified time | relevance | path

Searched refs:workaround_msvc_stl_support (Results 1 – 1 of 1) sorted by relevance

/external/eigen/Eigen/src/StlSupport/
Ddetails.h58 Eigen::internal::workaround_msvc_stl_support<T> \
62 template<typename T> struct workaround_msvc_stl_support : public T struct
64 inline workaround_msvc_stl_support() : T() {} in workaround_msvc_stl_support() function
65 inline workaround_msvc_stl_support(const T& other) : T(other) {} in workaround_msvc_stl_support() argument
71 inline workaround_msvc_stl_support& operator=(const workaround_msvc_stl_support& other)