Skip to content

Commit

Permalink
[msvc] revert workaround regression on constrained template specializ…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
FrancoisCarouge committed Nov 24, 2024
1 parent 11019e0 commit d24a509
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions support/eigen/fcarouge/linalg.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ constexpr auto fcarouge::operator/(const Numerator &lhs, const Denominator &rhs)
.transpose();
}

template <typename Matrix, typename Char>
requires(fcarouge::eigen<Matrix>)
template <fcarouge::eigen Matrix, typename Char>
struct std::formatter<Matrix, Char> {
constexpr auto parse(std::basic_format_parse_context<Char> &parse_context) {
return parse_context.begin();
Expand Down

0 comments on commit d24a509

Please sign in to comment.