Skip to content

Commit

Permalink
Committing clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenberry committed Jan 6, 2025
1 parent c0bc0d3 commit cb8b3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/glaze/concepts/container_concepts.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ namespace glz
matrix.size()
} -> std::convertible_to<int>;
} && !range<T>;

// concept for the Eigen library: matrices and vectors
template <class T>
concept eigen_t = requires(T matrix) {
Expand Down

0 comments on commit cb8b3b8

Please sign in to comment.