[Bug c++/40793] Error: no matching function for call to XYZ doesn't display function-template-arguments

2010-07-01 Thread m-matti-a dot lehtonen at iki dot fi
--- Comment #6 from m-matti-a dot lehtonen at iki dot fi 2010-07-01 08:58 --- I have spend recently many, Many hours with heavily template based code (using CGAL - http://www.cgal.org/) until I figured, why my code failed. Telling input types and candidate list of all mismatched

[Bug c/33076] Warning when passing a pointer to a const array to a function that expects a pointer to a non-cast one

2007-11-20 Thread m-matti-a dot lehtonen at iki dot fi
--- Comment #10 from m-matti-a dot lehtonen at iki dot fi 2007-11-20 21:53 --- This code piece cannot compiled without warnings or errors. /*! Presentation of transformation matrix */ typedef coordinate_ttransform_matrix_t[ 4 ][ 4 ]; ... void transform_concat