
30 Apr
2008
30 Apr
'08
7:19 p.m.
Yes, I forgot _Getalloc (see http://svn.boost.org/trac/boost/changeset/44940). _Charalloc is needed by STL of VC++ 6.0. Most classes of SGI STL is part of the standard library. But some are not. For example, std::rope, std::hash_map, etc. On Wed, Apr 30, 2008 at 11:57 AM, Steven Watanabe <watanabesj@gmail.com> wrote:
AMDG
shiwei xu wrote:
Fixed. See http://svn.boost.org/trac/boost/changeset/44938. And it seems code style of SGI STL (I liked it before) has many conflicts with reserved names.
You missed a few.
st;_alloc::_Charalloc, _Getalloc
at least.
The STL can use these conventions because the STL is part of the standard library. That's what the names are reserved for.