1 | template <typename T> |
---|---|
2 | void foot() { |
3 | } |
4 | inline void foo() { |
5 | } |
6 | |
7 | template <typename T> |
8 | struct bart { |
9 | }; |
10 | struct bar { |
11 | }; |
12 |
1 | template <typename T> |
---|---|
2 | void foot() { |
3 | } |
4 | inline void foo() { |
5 | } |
6 | |
7 | template <typename T> |
8 | struct bart { |
9 | }; |
10 | struct bar { |
11 | }; |
12 |