diff options
Diffstat (limited to 'STL/bstring.h')
-rw-r--r-- | STL/bstring.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/STL/bstring.h b/STL/bstring.h index 747a1ee054b..04f6d9e6c01 100644 --- a/STL/bstring.h +++ b/STL/bstring.h @@ -2495,11 +2495,7 @@ operator>> (istream& i, basic_string<charT>& s) _THROW_ALLOC_LENGTH #if ! defined (ghs) // GreenHills 1.8.8 doesn't like this template specialization . . . -#if defined (__BORLANDC__) // VSB template class basic_string<char>; -#else -template basic_string<char>; -#endif #endif /* ghs */ /* static */ template<class TYPE> |