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 378e7bdCopy full SHA for 378e7bd
hwcpipe/include/hwcpipe/detail/internal_types.hpp
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2023 Arm Limited.
+ * Copyright (c) 2023-2025 Arm Limited.
3
*
4
* SPDX-License-Identifier: MIT
5
*/
@@ -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() noexcept = default;
36
+
37
/**
38
* @brief Returns the value a hardware counter from the sampler to be used
39
* in the expression evaluator
0 commit comments