Boost logo

Boost :

From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2005-01-07 13:05:24


"Jonathan Turkanis" <technews_at_[hidden]> wrote in message
news:crmhbe$5lt$1_at_sea.gmane.org...
| Thorsten Ottosen wrote:

| >> The second problem is that it's awkard to specify the codecvt
| >> instance when you just want a codecvt to be grabbed from the globale
locae:
|
| > template< class NarrowString, class Range, class Codecvt >
| > inline NarrowString narrow( const Range& r,
| > const Codecvt& =
| > std::use_facet<
| > std::codecvt< typename
| > range_value<Range>::type,
| >
| > typename range_value<NarrowString>::type,
| >
| > std::mbstate_t> >( locale::global() ) );
|
| Is it known that function template parameters will be deducible from default
| function arguments in C++0x?

no, my fault...

-Thorsten


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