6 lines
89 B
C
6 lines
89 B
C
|
#ifndef D_H
|
||
|
#define D_H
|
||
|
template<typename> struct S;
|
||
|
template<typename> struct T;
|
||
|
#endif
|