From e844cb79246824fb345f5c9a41f2369979ef6185 Mon Sep 17 00:00:00 2001 From: weidai Date: Sat, 3 Jul 2004 01:20:11 +0000 Subject: allow compile with STLport again git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@182 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- zdeflate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zdeflate.cpp') diff --git a/zdeflate.cpp b/zdeflate.cpp index b0e9f4b..a5a8daf 100644 --- a/zdeflate.cpp +++ b/zdeflate.cpp @@ -628,7 +628,7 @@ void Deflator::EncodeBlock(bool eof, unsigned int blockType) { if (blockType == DYNAMIC) { -#if defined(_MSC_VER) && !defined(__MWERKS__) +#if defined(_MSC_VER) && !defined(__MWERKS__) && (_MSC_VER < 1300) // VC60 workaround: built-in reverse_iterator has two template parameters, Dinkumware only has one typedef reverse_bidirectional_iterator RevIt; #else -- cgit v1.2.1