
Hi,
I have just discovered boost::exception and am very happy I did. One
thing i would like to do, but haven't yet figure out:
I have a matrix class for which I want to throw exceptions when
out_of_range requests are made. One of the extra tags I want to attach
is the dimensions of the matrix and it would be neat if i can put
those in an array. Defining the tag is no problem, getting the info in
there is:
defining:
typedef boost::error_info