
"Jonathan Turkanis" <technews@kangaroologic.com> wrote in message news:crmhbe$5lt$1@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