Compare commits

..

1 Commits

Author SHA1 Message Date
IvanInventor 15425845d3
Merge e2402d8bfb into 0ddef6ed96 2024-01-18 00:20:38 +00:00
1 changed files with 4 additions and 0 deletions

View File

@ -217,4 +217,8 @@ protected:
T get_number();
};
// To suppress warning: instantiation of variable 'ExampleTemplated<int>::_template_class_name' required here, but no definition is available [-Wundefined-var-template]
template <typename T>
const char *ExampleTemplated<T>::_template_class_name;
#endif // EXAMPLE_CLASS_H