blob: 7d127b7a51fc2c4a7c850e535384f02389c5ba06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
Tue Dec 10 20:14:56 1996 Irfan Pyarali <irfan@flamenco.cs.wustl.edu>
* bstring.h: Fixed string_char_baggage::copy() so that the pointer
are incremented correctly.
Fri Dec 6 02:08:35 1996 Irfan Pyarali <irfan@flamenco.cs.wustl.edu>
* bool.h: Made the defines for bool, true, and false conditional.
Wed Dec 4 00:17:11 1996 Irfan Pyarali <irfan@flamenco.cs.wustl.edu>
* vector.h: Modified to remove the default argument to the
constructor. This avoids the VC++4.0 compiler from failing to
deal correctly with nested classes.
* bstring.h: Modified access to reserve and default_size to
correctly use the std namespace.
* This version of STL was obtained from
http://www.rahul.net/terris/. This is a modified version of the
implementation that comes with VC++4.0. Please see README
for details.
|