Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenttei2.cpp
Go to the documentation of this file.
00001 /* 00002 * It is known that this code not compiled by following compilers: 00003 * 00004 * It is known that this code compiled by following compilers: 00005 * gcc 2.95.3 00006 * gcc 3.3.3 00007 * gcc 3.4.1 00008 * MSVC 6 00009 * MSVC 8 00010 */ 00011 00012 struct A 00013 { 00014 private: 00015 struct B 00016 { 00017 template <typename T> 00018 static void f( T& ) {} 00019 00020 template <bool V> 00021 struct C 00022 { 00023 }; 00024 }; 00025 }; 00026 00027 template <> 00028 struct A::B::C<true> 00029 { 00030 }; 00031 Generated on Sun May 27 2012 04:35:14 for ReactOS by
1.7.6.1
|