diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-21 08:17:11 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-21 08:17:11 +0000 |
commit | e9681676445e55d5e0b852311fb4c7ebc74b8a5f (patch) | |
tree | 9ef83c6d57144acff2ca33433a80ad80bce0e08a /STL | |
parent | 1f4b8893f63be89c89c5610df120ae8819f28039 (diff) | |
download | ATCD-e9681676445e55d5e0b852311fb4c7ebc74b8a5f.tar.gz |
*** empty log message ***
Diffstat (limited to 'STL')
-rw-r--r-- | STL/ChangeLog | 4 | ||||
-rw-r--r-- | STL/bstring.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/STL/ChangeLog b/STL/ChangeLog index 20ad6d5e279..e1a9c2196ab 100644 --- a/STL/ChangeLog +++ b/STL/ChangeLog @@ -1,3 +1,7 @@ +Fri Nov 21 01:16:49 1997 <irfan@TWOSTEP> + + * bstring.h: Removed strange looking template specialization. + Thu Apr 03 08:58:05 1997 David L. Levine <levine@cs.wustl.edu> * STL/bool.h: added /**/ to #include <yvals.h>. Thanks to 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> |