"SfR Fresh" - the SfR Freeware/Shareware Archive 
As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
1 /* -*- C++ -*- */
2 /*************************************************************************
3 * Copyright(c) 1995~2005 Masaharu Goto (cint@pcroot.cern.ch)
4 *
5 * For the licensing terms see the file COPYING
6 *
7 ************************************************************************/
8 stl/README.txt
9
10 This directory contains modified STL HP reference implementation.
11 Cint is not quite ready for supporting STL.
12
13 DLL files:
14 Several DLL (shared library) files are created by Cint setup
15 script. Those libraries provides precompiled STL container for
16 Cint interpreter. Those libraries are created under lib/dll_stl.
17
18 stl/string.dll
19 stl/vector.dll
20 stl/list.dll
21 stl/deque.dll
22 stl/map.dll
23 stl/map2.dll
24 stl/multimap.dll
25 stl/multimap2.dll
26 stl/set.dll
27 stl/multiset.dll
28 stl/stack.dll
29 stl/queue.dll
30 stl/exception.dll
31 stl/valarray.dll (right now, only in Windows)