Skip to content
Snippets Groups Projects
Commit bde4f38d authored by Marco Biasini's avatar Marco Biasini
Browse files

don't check Vec/Mat item access in C++ by default

Some compilers (including gcc 4.2) seem to have difficulties to inline
functions with exceptions, even though it would be possible to know at
compile-time that the exceptions never get thrown.

The boundary checked versions for item access for Vec/Mat classes are
available as the VecX/MatX::At methods. The Python export has been
adapted to use the At methods, so guarantee we never crash from Python.
parent 4a2781cd
No related branches found
No related tags found
No related merge requests found
Showing
with 278 additions and 137 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment