[fixed] core::list copy constructor

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Warchief
Posts: 204
Joined: Tue Nov 22, 2005 10:58 am

Post by Warchief »

vitek wrote:The STL is the Standard Template Library, which is a collection of containers, iterators and algorithms that eventually became part of the Standard C++ Library. People typically refer to the Standard C++ Library as STL, but it is not _really_ correct. Also, just FYI... http://en.wikipedia.org/wiki/C%2B%2B_Standard_Library

Travis
Aye. I may have misread again. I knew STL was only containers and algorithms, (just check cppreference sections), but i read Stroustrup's book a few days ago and think streams/IO were inserted into STL chapter. As i say, i probably misread it. My mistake :oops:
Warchief's Warboard 3D Now hotseat release
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

There is no STL according to the latest standard from 1998. There is only the standard C++ library which contains, among others, the I/O library and the algortihms library.
Post Reply