diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-11-19 17:53:11 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-11-19 17:53:11 +0000 |
commit | 295eac461bce164b08b969cdb7cf688b39ef8f29 (patch) | |
tree | aaa2697100bdac0b291b73275ec03e8789a5e0b1 /STL | |
parent | 1d1e137a26309d64412ac9f1cf90a486d709d583 (diff) | |
download | ATCD-295eac461bce164b08b969cdb7cf688b39ef8f29.tar.gz |
*** empty log message ***
Diffstat (limited to 'STL')
-rw-r--r-- | STL/bstring.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/STL/bstring.h b/STL/bstring.h index 4ad2a92df24..747a1ee054b 100644 --- a/STL/bstring.h +++ b/STL/bstring.h @@ -2495,7 +2495,11 @@ 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> |