Skip to content

Commit

Permalink
removed trailing white spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwarfobserver committed Feb 21, 2019
1 parent 59f7c80 commit 864e975
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/boost/hana/hash.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ BOOST_HANA_NAMESPACE_BEGIN
return hana::type_c<hana::integral_constant<unsigned long long, x>>;
}
};

template <typename T>
struct hash_integral_helper<T,
typename std::enable_if<std::is_enum<T>::value>::type
Expand Down
4 changes: 2 additions & 2 deletions test/integral_constant/hash.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,12 @@ int main() {
hana::hash(hana::integral_c<enum_1, zero>),
hana::type_c<hana::integral_constant<enum_1, zero>>
));

BOOST_HANA_CONSTANT_ASSERT(hana::equal(
hana::hash(hana::integral_c<enum_2, enum_2::zero>),
hana::type_c<hana::integral_constant<enum_2, enum_2::zero>>
));

BOOST_HANA_CONSTANT_ASSERT(hana::equal(
hana::hash(hana::integral_c<enum_3, enum_3::zero>),
hana::type_c<hana::integral_constant<enum_3, enum_3::zero>>
Expand Down

0 comments on commit 864e975

Please sign in to comment.