
----- Original Message ----- From: "Robert Bell" <belvis@imageworks.com> To: <boost@lists.boost.org> Sent: Monday, May 17, 2004 2:54 PM Subject: [boost] Re: Ranged type mini-library submission [snip]
Some quick notes:
-- The default constructor of constrained_value initializes the member "m" by calling the min() function, which isn't present.
-- The test program is at http://www.cdiggins.com/cv_test.cpp.
-- In the test program, throwing_invalid_policy should throw exception(), not exception, and allowing exception to default to void won't compile (can't throw void).
-- throwing_invalid_range just uses "throw;", but doesn't appear to be called from inside a catch handler.
Aside from that, it's looking pretty interesting.
I have made these changes, thanks. Christopher Diggins http://www.cdiggins.com http://www.heron-language.com