Navigation Menu

Skip to content

Commit

Permalink
Comment out an operator to suppress a warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yata committed Jun 28, 2013
1 parent f5c87ec commit dbe1eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_traits.cpp
Expand Up @@ -34,7 +34,7 @@ struct Something {
};

// An operator<() is declared for Something.
bool operator<(const Something &, const Something &);
//bool operator<(const Something &, const Something &);

// This type's starts_with() is invalid because it does not take Something2.
// This type has operator<().
Expand Down

0 comments on commit dbe1eaa

Please sign in to comment.