resolve template specialization with inline keyword
This commit is contained in:
15
tests/includes/tests_A.hpp
Normal file
15
tests/includes/tests_A.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef TESTS_A_HPP
|
||||
# define TESTS_A_HPP
|
||||
|
||||
#include <string>
|
||||
|
||||
struct A_test
|
||||
{
|
||||
virtual ~A_test(){};
|
||||
std::string title;
|
||||
std::string type;
|
||||
virtual void func() = 0;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user