Sha256: 4bf7484088ffe07a0d20e6b9c8bd76d876fea0eebc4921b55183c848500f5a5f
Contents?: true
Size: 529 Bytes
Versions: 135
Compression:
Stored size: 529 Bytes
Contents
/* * It is known that this code not compiled by following compilers: * gcc 2.95.3 * MSVC 6 * * It is known that this code compiled by following compilers: * gcc 3.3.3 * gcc 3.4.1 * MSVC 8 Beta */ struct A { private: struct B { template <typename T> static void f( T& ) {} template <bool V> struct C { template <typename T> static void f( T& ) {} }; }; }; template <> template <typename T> void A::B::C<true>::f( T& ) {}
Version data entries
135 entries across 135 versions & 2 rubygems