Commit dc0e57d7 authored by Dominik Charousset's avatar Dominik Charousset

Fix typo in is_comparable

parent 774cd989
......@@ -185,7 +185,7 @@ class is_comparable {
static_cast<T1*>(nullptr), static_cast<T2*>(nullptr),
static_cast<bool*>(nullptr),
std::integral_constant<bool, std::is_arithmetic<T1>::value
&& std::is_arithmetic<T1>::value>{}));
&& std::is_arithmetic<T2>::value>{}));
public:
static constexpr bool value = std::is_same<bool, result_type>::value;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment