Searched refs:HasDefaults (Results 1 – 1 of 1) sorted by relevance
797 template <typename T> struct HasDefaults { struct798 HasDefaults(int x = sizeof(T)) {} // expected-error {{invalid application of 'sizeof'}} in HasDefaults() function800 template struct __declspec(dllexport) HasDefaults<char>; variable804 HasDefaults<void>; // expected-note {{in instantiation of member function 'HasDefaults<void>::HasDe… variable