Skip to content

Commit

Permalink
fix: remove invalid constexpr from BasicExpectationBuilder::finalize
Browse files Browse the repository at this point in the history
  • Loading branch information
DNKpp committed Sep 20, 2024
1 parent 341cfd8 commit e2a1d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mimic++/ExpectationBuilder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ namespace mimicpp
}

[[nodiscard]]
constexpr ScopedExpectation finalize(const std::source_location& sourceLocation) &&
ScopedExpectation finalize(const std::source_location& sourceLocation) &&
{
static_assert(
finalize_policy_for<FinalizePolicy, Signature>,
Expand Down

0 comments on commit e2a1d95

Please sign in to comment.