25 May
2014
25 May
'14
6:13 p.m.
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.... Sent from the Boost - Dev mailing list archive at Nabble.com.