This commit is contained in:
Klaim (Joël Lamotte) 2025-07-02 16:28:04 +02:00
parent 8c862e1927
commit e20b078ba6
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ namespace mamba::util
/// `true` if the instances of two provided types can be compared with operator==.
/// Notice that this concept is less restrictive than `std::equality_comparable_with`,
/// which requires the existence of a common reference type for T and U. This additional
/// restriction makes it impossible to use it in the context here (orginally of sparrow), where
/// restriction makes it impossible to use it in the context here (originally of sparrow), where
/// we want to compare objects that are logically similar while being "physically" different.
// Source:
// https://github.com/man-group/sparrow/blob/66f70418cf1b00cc294c99bbbe04b5b4d2f83c98/include/sparrow/utils/mp_utils.hpp#L604-L619