2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-12 12:32:09 +00:00

Removing tabs

This commit is contained in:
Raffi Enficiaud
2018-06-21 23:47:48 +02:00
parent b9f1cdfacd
commit d477598759
2 changed files with 3 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ public:
typedef bool result_type;
typedef basic_cstring<CharT> first_argument_type;
typedef basic_cstring<CharT> second_argument_type;
bool operator()( basic_cstring<CharT> x, basic_cstring<CharT> y ) const
{
return x.size() != y.size()