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