Skip to content

Commit

Permalink
fixing default constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Oct 2, 2024
1 parent 124f4a0 commit 5ba1bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/micm/solver/state.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ namespace micm

/// @brief Default constructor
/// Only defined to be used to create default values in types, but a default constructed state is not useable
State() : {};
State();
};

} // namespace micm
Expand Down

0 comments on commit 5ba1bc2

Please sign in to comment.