ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

ttei6.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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.