From eeb14b00a6b06bdbe45a6079fe8e11ce93982557 Mon Sep 17 00:00:00 2001 From: Jeremiah Willcock Date: Wed, 20 May 2009 19:19:00 +0000 Subject: [PATCH] Fixed most tab and min/max issues from trunk inspection report [SVN r53141] --- include/boost/intrusive/priority_compare.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/intrusive/priority_compare.hpp b/include/boost/intrusive/priority_compare.hpp index 19d4265..9689851 100644 --- a/include/boost/intrusive/priority_compare.hpp +++ b/include/boost/intrusive/priority_compare.hpp @@ -23,7 +23,7 @@ namespace intrusive { template struct priority_compare - : public std::binary_function + : public std::binary_function { bool operator()(const T &val, const T &val2) const {