more formatting

This commit is contained in:
artemp 2015-11-03 13:31:26 +00:00
parent 4325fcb26d
commit 47c93eaf15

View file

@ -123,7 +123,6 @@ struct equals
};
struct not_equals
{
template <typename T, typename U>
bool operator() (const T &, const U &) const
@ -295,7 +294,6 @@ struct greater_or_equal
};
struct less_than
{
template <typename T, typename U>
bool operator()(const T &, const U &) const
@ -352,7 +350,6 @@ struct less_than
};
struct less_or_equal
{
template <typename T, typename U>
bool operator()(const T &, const U &) const