From 085c5b2d0b70a2ff3d9ccf8616a7bdf4abbc957f Mon Sep 17 00:00:00 2001 From: weidai Date: Thu, 14 Dec 2006 11:41:39 +0000 Subject: port to Borland C++Builder 2006 git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@260 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- filters.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filters.h') diff --git a/filters.h b/filters.h index 9cc70ef..fc5c6e8 100644 --- a/filters.h +++ b/filters.h @@ -110,7 +110,7 @@ private: struct MessageRange { - inline bool operator<(const MessageRange &b) + inline bool operator<(const MessageRange &b) const // BCB2006 workaround: this has to be a member function {return message < b.message || (message == b.message && position < b.position);} unsigned int message; lword position; lword size; }; -- cgit v1.2.1