diff options
Diffstat (limited to 'STL/ChangeLog')
-rw-r--r-- | STL/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/STL/ChangeLog b/STL/ChangeLog index 17da9fe8db1..4a897ce9208 100644 --- a/STL/ChangeLog +++ b/STL/ChangeLog @@ -1,5 +1,8 @@ Mon Jan 20 10:04:11 1997 David L. Levine <levine@cs.wustl.edu> + * algobase.h: wrapped min/max templates with #if ! defined (VXWORKS) + because it already has them. + * bstring.h: wrapped basic_string<char> template instantiation so that it's not used with GreenHills compiler. |