Boost logo

Boost :

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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk