Skip to content

Commit

Permalink
[core-sw][fix] Add default destructor for kernels_dispatcher (#1109)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcao59 authored Dec 6, 2024
1 parent f357f6a commit ae0bbb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sources/core-sw/dispatcher/dispatcher.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ class kernels_dispatcher final {

auto operator=(const kernels_dispatcher& other) -> kernels_dispatcher& = delete;

~kernels_dispatcher() = default;

static auto get_instance() noexcept -> kernels_dispatcher&;

[[nodiscard]] auto get_unpack_table() const noexcept -> const unpack_table_t&;
Expand Down

0 comments on commit ae0bbb1

Please sign in to comment.