func.h 103 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 #ifndef FUNC_H #define FUNC_H struct func_outer { template <typename = int> void func(); }; #endif