mirror of
https://github.com/boostorg/intrusive.git
synced 2025-08-03 22:44:43 +02:00
Fixed almost all tab and min/max issues found by inspect tool
[SVN r53142]
This commit is contained in:
@@ -23,7 +23,7 @@ namespace intrusive {
|
|||||||
|
|
||||||
template <class T>
|
template <class T>
|
||||||
struct priority_compare
|
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
|
bool operator()(const T &val, const T &val2) const
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user