incorrect suppress warning fix

pull/1362/head
Vano 2024-01-19 01:34:22 +02:00
parent e2402d8bfb
commit 2642a84abb
1 changed files with 0 additions and 4 deletions

View File

@ -217,8 +217,4 @@ 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