| 1 | #ifndef LIB_H_IN |
|---|---|
| 2 | #define LIB_H_IN |
| 3 | |
| 4 | template <typename T> struct FooImpl; |
| 5 | template <typename T> struct BarImpl; |
| 6 | |
| 7 | #endif // LIB_H_IN |
| 8 |
| 1 | #ifndef LIB_H_IN |
|---|---|
| 2 | #define LIB_H_IN |
| 3 | |
| 4 | template <typename T> struct FooImpl; |
| 5 | template <typename T> struct BarImpl; |
| 6 | |
| 7 | #endif // LIB_H_IN |
| 8 |