diff options
Diffstat (limited to 'types/total_monotone.h')
-rw-r--r-- | types/total_monotone.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/types/total_monotone.h b/types/total_monotone.h index 8b614fa..2b742ad 100644 --- a/types/total_monotone.h +++ b/types/total_monotone.h @@ -1,7 +1,6 @@ #pragma once #include <concepts> -#include <utility> template <typename A, typename E> concept IsTM2 = requires(A m, int i, int j) { |