Searched defs:workaround_msvc_stl_support (Results 1 – 1 of 1) sorted by relevance
62 template<typename T> struct workaround_msvc_stl_support : public T struct64 inline workaround_msvc_stl_support() : T() {} in workaround_msvc_stl_support() argument65 inline workaround_msvc_stl_support(const T& other) : T(other) {} in workaround_msvc_stl_support() function