Boost logo

Boost :

Subject: Re: [boost] [review] Convert library
From: feverzsj (feverzsj_at_[hidden])
Date: 2014-05-25 14:13:05


I'm sorry. There is a copy-paste mistake in previous mail:

>> // functor interface
>> std::transfrom(first, last, out, convert<T>(from, cnv)));
>> std::transfrom(first, last, out, convert<T>(from, default_v, cnv)));

should be:

// functor interface
std::transfrom(first, last, out, convert<T>(cnv)));
std::transfrom(first, last, out, convert<T>(default_v, cnv)));

regards.

--
View this message in context: http://boost.2283326.n4.nabble.com/review-Convert-library-tp4662821p4662846.html
Sent from the Boost - Dev mailing list archive at Nabble.com.

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