Searched defs:disable_if_c (Results 1 – 2 of 2) sorted by relevance
56 struct disable_if_c { struct57 typedef T type;61 struct disable_if_c<true, T> {}; struct97 struct disable_if_c : enable_if_does_not_work_on_this_compiler<T> struct
79 struct disable_if_c struct