Searched defs:templatedConflict (Results 1 – 1 of 1) sorted by relevance
224 T templatedConflict(T m) __attribute__((enable_if(false, ""))) { return T(); } in templatedConflict() function 226 T templatedConflict(T m) __attribute__((enable_if(true, ""))) { return T(); } in templatedConflict() function 228 T templatedConflict(T m) __attribute__((enable_if(1, ""))) { return T(); } in templatedConflict() function