15 lines
128 B
C++
15 lines
128 B
C++
#ifndef pr20320_h
|
|
#define pr20320_h
|
|
|
|
template<>
|
|
struct S< ::Number::One>
|
|
{
|
|
};
|
|
|
|
template<>
|
|
struct S< ::Number::Two>
|
|
{
|
|
};
|
|
|
|
#endif
|