1 | #ifndef pr20320_h |
---|---|
2 | #define pr20320_h |
3 | |
4 | template<> |
5 | struct S< ::Number::One> |
6 | { |
7 | }; |
8 | |
9 | template<> |
10 | struct S< ::Number::Two> |
11 | { |
12 | }; |
13 | |
14 | #endif |
15 |
1 | #ifndef pr20320_h |
---|---|
2 | #define pr20320_h |
3 | |
4 | template<> |
5 | struct S< ::Number::One> |
6 | { |
7 | }; |
8 | |
9 | template<> |
10 | struct S< ::Number::Two> |
11 | { |
12 | }; |
13 | |
14 | #endif |
15 |