Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenttei6.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 * 00006 * MSVC 6 00007 * MSVC 8 Beta 00008 */ 00009 00010 /* 00011 * This code represent what STLport waits from a compiler which support 00012 * member template classes (!_STLP_NO_MEMBER_TEMPLATE_CLASSES) 00013 */ 00014 00015 template <typename T1> 00016 struct A 00017 { 00018 template <typename T2> 00019 struct B 00020 { 00021 typedef T2 _Type; 00022 }; 00023 }; 00024 00025 00026 template <typename T1, typename T2> 00027 struct C 00028 { 00029 typedef typename A<T1>:: template B<T2>::_Type ABType; 00030 }; Generated on Sat May 26 2012 04:34:04 for ReactOS by
1.7.6.1
|