Anyone recall if some compilers might have problems and/or issue warnings about unnamed template parameters? E.g.,
template <class> struct S;
Or is this safe practice?
Brad.
Anyone recall if some compilers might have problems and/or issue warnings about unnamed template parameters? E.g.,
template <class> struct S;
Or is this safe practice?
Brad.