Skip to content

Commit

Permalink
Merge pull request mockingbirdnest#3829 from pleroy/Clang
Browse files Browse the repository at this point in the history
Fix an error found by Clang
  • Loading branch information
pleroy authored Dec 31, 2023
2 parents 46ffee4 + 9a2ff62 commit eebee0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mathematica/mathematica.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ std::string ToMathematica(
template<typename V, typename A,
typename OptionalExpressIn = std::nullopt_t>
std::string ToMathematicaBody(ЧебышёвSeries<V, A> const& series,
OptionalExpressIn express_in = std::nullopt);
OptionalExpressIn express_in);

template<typename V, typename A,
typename OptionalExpressIn = std::nullopt_t>
Expand Down

0 comments on commit eebee0c

Please sign in to comment.