Searched defs:lazy_disable_if_c (Results 1 – 1 of 1) sorted by relevance
62 struct lazy_disable_if_c { struct63 typedef typename T::type type;67 struct lazy_disable_if_c<true, T> {}; struct96 struct lazy_disable_if_c : enable_if_does_not_work_on_this_compiler<T> struct