diff options
Diffstat (limited to 'plugins/SmileyAdd/src/bkstring.h')
-rw-r--r-- | plugins/SmileyAdd/src/bkstring.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/SmileyAdd/src/bkstring.h b/plugins/SmileyAdd/src/bkstring.h index 3a43c2bece..f5752cb280 100644 --- a/plugins/SmileyAdd/src/bkstring.h +++ b/plugins/SmileyAdd/src/bkstring.h @@ -25,11 +25,7 @@ public: typedef value_type* iterator;
typedef const value_type* const_iterator;
-#if defined(_MSC_VER) && (_MSC_VER <= 1200)
- enum { npos = -1 };
-#else
static const size_type npos = size_type(-1);
-#endif
private:
value_type* buf;
|