dynare/mex/sources/k_order_welfare
Sébastien Villemot ce2c1e0d30
No longer use C++ UTF-8 string literals
They don’t bring any added value, and break compilation in C++20 mode (because
they are then of type “const char8_t *” which is distinct from “const char *”).
2022-05-04 18:32:52 +02:00
..
approximation_welfare.cc Amend the k_order_welfare routine for it to return the adequate output variables 2021-11-24 17:16:03 +01:00
approximation_welfare.hh Amend the k_order_welfare routine for it to return the adequate output variables 2021-11-24 17:16:03 +01:00
k_ord_objective.cc No longer use C++ UTF-8 string literals 2022-05-04 18:32:52 +02:00
k_ord_objective.hh No longer use C++ UTF-8 string literals 2022-05-04 18:32:52 +02:00
k_order_welfare.cc Tighten input sanity checks of various MEX files 2022-03-18 22:49:46 +01:00
objective_abstract_class.hh kth-order approximation of conditional welfare 2021-06-15 15:04:31 +02:00
objective_m.cc kth-order approximation of conditional welfare 2021-06-15 15:04:31 +02:00
objective_m.hh kth-order approximation of conditional welfare 2021-06-15 15:04:31 +02:00