From 2642a84abbebec4c4174bfeaface820f244ec20d Mon Sep 17 00:00:00 2001 From: Vano Date: Fri, 19 Jan 2024 01:34:22 +0200 Subject: [PATCH] incorrect suppress warning fix --- test/src/example.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/src/example.h b/test/src/example.h index ba1fb622..7fdb5ac9 100644 --- a/test/src/example.h +++ b/test/src/example.h @@ -217,8 +217,4 @@ protected: T get_number(); }; -// To suppress warning: instantiation of variable 'ExampleTemplated::_template_class_name' required here, but no definition is available [-Wundefined-var-template] -template -const char *ExampleTemplated::_template_class_name; - #endif // EXAMPLE_CLASS_H