mirror of
https://github.com/boostorg/intrusive.git
synced 2025-08-02 14:04:36 +02:00
Fixed most tab and min/max issues from trunk inspection report
[SVN r53141]
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user