
26 Sep
2010
26 Sep
'10
12:46 p.m.
----- Original Message ----- From: "Jeroen Habraken" <vexocide@gmail.com> To: <boost@lists.boost.org> Sent: Sunday, September 26, 2010 2:20 PM Subject: Re: [boost][config]checkforstd::numeric_limits<T>::lowest()availability
Hi,
I believe this functionality already exists as boost/numeric/conversion/bounds.hpp and boost/numeric/conversion/detail/bounds.hpp specifically, is this what you're looking for?
Regards, Jeroen
Hi, Yes, this is exactly the functionality I was looking for. I will adapt my code to use this when numeric_limits<T>::lowest() is not available. Thanks a lot, Vicente