www.digitalmars.com         C & C++   DMDScript  

c++ - Another bug

reply Steve <Steve_member pathlink.com> writes:
Walter, 

All but one example from the book 

STL Tutorial and Reference Guide, Second Edition: C++ Programming with the
Standard Template Library (Boston, MA: Addison-Wesley, 2001, ISBN 0-201-37923-6)
by David Musser, et al.

However, when compiling ex15-01.cpp, the compiler generates the following
message.


Internal error: token 448
--- errorlevel 1

PS: the source codes are available from

http://www.cs.rpi.edu/~musser/stl-book/index.html

Thanks,
Steve
Jan 05 2003
parent "Walter" <walter digitalmars.com> writes:
Fixed. My tests show that all the examples now work with 8.32 except for
ex24-01, which uses a feature not implemented yet. -Walter

"Steve" <Steve_member pathlink.com> wrote in message
news:avami9$2jdd$1 digitaldaemon.com...
 Walter,

 All but one example from the book

 STL Tutorial and Reference Guide, Second Edition: C++ Programming with the
 Standard Template Library (Boston, MA: Addison-Wesley, 2001, ISBN
0-201-37923-6)
 by David Musser, et al.

 However, when compiling ex15-01.cpp, the compiler generates the following
 message.


 Internal error: token 448
 --- errorlevel 1

 PS: the source codes are available from

 http://www.cs.rpi.edu/~musser/stl-book/index.html

 Thanks,
 Steve
Jan 09 2003