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

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

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