
22 Oct
2011
22 Oct
'11
12:12 p.m.
2011/10/22 John Maddock <boost.regex@virgin.net>
OK, can you file a feature request at svn.boost.org so I don't forget this?
Thanks, John.
Done, Ticket #6047 - about round_cast(). Would you like a ticket for the following round_to as well? template < class T > T round_to( const T& x, const T& order ) { return round( x / order ) * order; } I'm still not sure if: can r > boost::integer_traits<R>::const_max be true, and still static_cast<R>(r) == boost::integer_traits<R>::const_max? Regards, Kris