Dennis Handly wrote: > Are you talking about something simple like this use of sizeof being > incompatible? > > void foo<int>(int*, A<sizeof (int)>) => _Z3fooIiEvPT_1AIXstS0_EE No, it would only affect sizeof (expression). Jason