Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/StlSupport/
Ddetails.h62 template<typename T> struct workaround_msvc_stl_support : public T struct
64 inline workaround_msvc_stl_support() : T() {} in workaround_msvc_stl_support() argument
65 inline workaround_msvc_stl_support(const T& other) : T(other) {} in workaround_msvc_stl_support() function