Skip to content

Commit

Permalink
Merge pull request #80 from vil02/default_trait_destructor
Browse files Browse the repository at this point in the history
style: default `~Trait()`
  • Loading branch information
mertcandav authored Feb 2, 2024
2 parents 2f88bb7 + 5100780 commit 581289e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/trait.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ namespace jule
return *this->data;
}

~Trait(void) {}
~Trait(void) = default;

template <typename T>
inline T cast(
Expand Down

0 comments on commit 581289e

Please sign in to comment.