Searched defs:EnsureListLikeHelp (Results 1 – 1 of 1) sorted by relevance
193 struct EnsureListLikeHelp { struct194 static void trying_to_call_a_list_function_on_a_non_list() {} in trying_to_call_a_list_function_on_a_non_list()196 template <class L> struct EnsureListLikeHelp<L,false> { }; struct