Compare commits
2 Commits
15425845d3
...
f94db1e361
Author | SHA1 | Date |
---|---|---|
|
f94db1e361 | |
|
2642a84abb |
|
@ -217,8 +217,4 @@ protected:
|
||||||
T get_number();
|
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
|
#endif // EXAMPLE_CLASS_H
|
||||||
|
|
Loading…
Reference in New Issue