• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 template<typename T> struct A { static bool b; };
2 template<typename T> bool A<T>::b;
3