Fixed most tab and min/max issues from trunk inspection report

[SVN r53141]
This commit is contained in:
Jeremiah Willcock
2009-05-20 19:19:00 +00:00
parent 75f7139c3f
commit eeb14b00a6

View File

@@ -23,7 +23,7 @@ namespace intrusive {
template <class T>
struct priority_compare
: public std::binary_function<T, T, bool>
: public std::binary_function<T, T, bool>
{
bool operator()(const T &val, const T &val2) const
{