
15 May
2004
15 May
'04
11:35 p.m.
----- Original Message ----- From: "Victor A. Wagner Jr." <vawjr@rudbek.com> To: <boost@lists.boost.org> Sent: Saturday, May 15, 2004 9:10 AM Subject: Re: [boost] Ranged type mini-library submission
what is >> expected to do if the number input it "out of range"? can we, for example, write cin >> month; (see below for definition of month)?
I am of the loose opinion that we shouldn't worry around with input/output operators for the range type. I am flexible on this though.
should this be using numeric_limits<T>::epsilon() (instead of DBL_EPSILON) and would that even work for numbers larger than 2.0?
Good point, I am working on fixing that. Christopher Diggins http://www.cdiggins.com http://www.heron-language.com