[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#292961: g++-3.3: g++ -- vastly uninformative error message



Greg Kochanski <gpk@kochanski.org> 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



Reply to: