ReactOS
0.4.16-dev-2-g02a6913
ttei1.cpp
Go to the documentation of this file.
1
/*
2
* It is known that this code not compiled by following compilers:
3
* gcc 2.95.3
4
* MSVC 6
5
*
6
* It is known that this code compiled by following compilers:
7
* gcc 3.3.3
8
* gcc 3.4.1
9
* MSVC 8 Beta
10
*/
11
12
struct
A
13
{
14
private
:
15
struct
B
16
{
17
template
<
typename
T>
18
static
void
f
(
T
& ) {}
19
20
template
<
bool
V>
21
struct
C
22
{
23
template
<
typename
T>
24
static
void
f
(
T
& ) {}
25
};
26
};
27
};
28
29
template
<>
template
<
typename
T>
30
void
A::B::C<true>::f
(
T
& ) {}
31
A
Definition:
ehthrow.cxx:93
T
#define T
Definition:
mbstring.h:31
A::B::C
Definition:
ttei1.cpp:22
A::B::C::f
static void f(T &)
Definition:
ttei1.cpp:24
A::B
Definition:
ttei1.cpp:16
A::B::f
static void f(T &)
Definition:
ttei1.cpp:18
sdk
lib
3rdparty
stlport
test
compiler
ttei1.cpp
Generated on Thu Sep 12 2024 06:13:02 for ReactOS by
1.9.6