|
|
@@ -191,16 +191,6 @@ private:
|
|
|
return lhs.hash() == rhs.hash();
|
|
|
}
|
|
|
|
|
|
-/**
|
|
|
- * @brief Compares the contents of two type info objects.
|
|
|
- * @param lhs A type info object.
|
|
|
- * @param rhs A type info object.
|
|
|
- * @return True if the two type info objects differ, false otherwise.
|
|
|
- */
|
|
|
-[[nodiscard]] constexpr bool operator!=(const type_info &lhs, const type_info &rhs) noexcept {
|
|
|
- return !(lhs == rhs);
|
|
|
-}
|
|
|
-
|
|
|
/**
|
|
|
* @brief Compares two type info objects.
|
|
|
* @param lhs A valid type info object.
|