We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb4605 commit ec0665cCopy full SHA for ec0665c
hwcpipe/include/hwcpipe/detail/internal_types.hpp
@@ -29,6 +29,11 @@ namespace expression {
29
*/
30
class context {
31
public:
32
+ /**
33
+ * @brief Ensure we have a destructor for polymorphic type.
34
+ */
35
+ virtual ~context() {}
36
+
37
/**
38
* @brief Returns the value a hardware counter from the sampler to be used
39
* in the expression evaluator
0 commit comments