Greg Kochanski <[EMAIL PROTECTED]> writes:
> Here's the code:
>
> box c_area(C xform_split &xf, C box& databox0, C box& databox1)
> {
> // Next is line 84:
> C box box0inOUTin(parallelogram(inverse(xf.back), databox0).insidebox());
> C box lc(inverse_image(databox1, xf.fwd));
> return intersect(box0inOUTin, lc);
> }
That doesn't even remotely look like valid code in any C++ standard.
Please provide a *complete* test case.
--
Falk
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]