Skip to content

Commit

Permalink
Change more tparam orders
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Edwards committed Aug 6, 2024
1 parent 3351109 commit d7e285f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/libsemigroups/bmat-adapters.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ namespace libsemigroups {
//! \warning
//! The template type `Mat` must be a `BMat` type (``IsBMat<Mat>`` must be
//! true). If not, template substitution will fail.
template <typename Container, typename Mat>
template <typename Mat, typename Container>
#ifndef PARSED_BY_DOXYGEN
struct Lambda<Mat, Container, std::enable_if_t<IsBMat<Mat>>>
#else
Expand Down Expand Up @@ -263,7 +263,7 @@ namespace libsemigroups {
//! \warning
//! The template type `Mat` must be a `BMat` type (``IsBMat<Mat>`` must be
//! true). If not, template substitution will fail.
template <typename Container, typename Mat>
template <typename Mat, typename Container>
#ifndef PARSED_BY_DOXYGEN
struct Rho<Mat, Container, std::enable_if_t<IsBMat<Mat>>>
#else
Expand Down

0 comments on commit d7e285f

Please sign in to comment.