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

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

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