Skip to content

Commit

Permalink
Missed default constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentHouliston committed Sep 16, 2023
1 parent a0712e0 commit a45a632
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dsl/word/Last.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ namespace dsl {
*/
template <size_t n, typename T>
struct LastItemStorage {
LastItemStorage() = default;

/**
* @brief Constructs a LastItemStorage object with the given data.
*
Expand Down

0 comments on commit a45a632

Please sign in to comment.