Skip to content

Commit

Permalink
add default destructor
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cortes-intel committed Nov 29, 2024
1 parent f32ae79 commit 7b1de13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/oneapi/dal/detail/global_context.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ class global_context : public global_context_iface {
public:
static const global_context_iface& get_global_context();

virtual ~global_context() = default;

global_context(const global_context& ctx) = delete;
global_context& operator=(const global_context& ctx) = delete;

Expand Down

0 comments on commit 7b1de13

Please sign in to comment.