Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenttei1.cpp
Go to the documentation of this file.
00001 /* 00002 * It is known that this code not compiled by following compilers: 00003 * gcc 2.95.3 00004 * MSVC 6 00005 * 00006 * It is known that this code compiled by following compilers: 00007 * gcc 3.3.3 00008 * gcc 3.4.1 00009 * MSVC 8 Beta 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 template <typename T> 00024 static void f( T& ) {} 00025 }; 00026 }; 00027 }; 00028 00029 template <> template <typename T> 00030 void A::B::C<true>::f( T& ) {} 00031 Generated on Sat May 26 2012 04:34:04 for ReactOS by
1.7.6.1
|