$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bill Seymour (bill-at-the-office_at_[hidden])
Date: 2002-08-30 10:19:03
I like Doug's idea:
>
> template<typename Allocator>
> std::basic_string<char, std::char_traits<char>, Allocator>
> demangle_type(const std::type_info& type, const Allocator& allocator);
>
but the user shouldn't have to write an allocator.
Could the library provide a typedef for its preferred allocator
and a function to return a reference to a const instance of it?
--Bill Seymour