Eric Lemings wrote: > > >Anyone recall if some compilers might have problems and/or issue >warnings about unnamed template parameters? E.g., > > template <class> struct S; >
Martin mentioned in a review of your code that he remmbers it not being safe on at least one compiler. I have not encountered such a compiler, and I know that I'm doing it with non-type template parameters in the traits code. >Or is this safe practice? > >Brad. >
