From 3d60e28ce573bfd28286d108eeb43ec29bf44d48 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Mon, 16 Sep 2013 14:27:58 +0000 Subject: removed not needed _MSC_VER checks removed double comstant from modern warning fix git-svn-id: http://svn.miranda-ng.org/main/trunk@6087 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/CrashDumper/src/bkstring.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'plugins/CrashDumper/src/bkstring.h') diff --git a/plugins/CrashDumper/src/bkstring.h b/plugins/CrashDumper/src/bkstring.h index 511ce2f173..8000723225 100644 --- a/plugins/CrashDumper/src/bkstring.h +++ b/plugins/CrashDumper/src/bkstring.h @@ -27,11 +27,7 @@ public: typedef value_type* iterator; typedef const value_type* const_iterator; -#if defined(_MSC_VER) && _MSC_VER > 1200 static const size_type npos = size_type(-1); -#else - enum { npos = -1 }; -#endif private: value_type* buf; -- cgit v1.2.3