dynare/mex/sources/bytecode
Sébastien Villemot 9d84048710
Bytecode MEX: fix bug introduced in 8c01912a50
Use an iterator wrapped inside std::optional instead of a possibly-singular
iterator, because the latter has undefined behaviour.

By the way, pass arguments by const reference.
2022-07-26 16:35:06 +02:00
..
ErrorHandling.hh Bytecode MEX: fix bug introduced in 8c01912a50 2022-07-26 16:35:06 +02:00
Evaluate.cc Bytecode MEX: simplify printing of numerical errors in expression 2022-07-25 18:07:18 +02:00
Evaluate.hh Bytecode MEX: simplify printing of numerical errors in expression 2022-07-25 18:07:18 +02:00
Interpreter.cc Bytecode MEX: simplify printing of numerical errors in expression 2022-07-25 18:07:18 +02:00
Interpreter.hh Bytecode: remove incomplete/buggy support for exogenous deterministic 2022-07-05 13:02:17 +02:00
Mem_Mngr.cc Bytecode: fix inconsistency in memory manager 2022-06-07 17:26:45 +02:00
Mem_Mngr.hh Use secure URL for link to GNU licenses 2021-06-09 17:35:05 +02:00
SparseMatrix.cc Bytecode MEX: remove unused function parameters 2022-07-05 12:12:08 +02:00
SparseMatrix.hh Bytecode MEX: remove unused function parameters 2022-07-05 12:12:08 +02:00
bytecode.cc Bytecode MEX: simplify printing of numerical errors in expression 2022-07-25 18:07:18 +02:00