virtualx-engine/tests/core/variant
Rémi Verschelde 11518665b7
Codestyle: Don't use auto where not warranted
We allow using auto for lambdas or complex macros where a return type
may change based on the parameters. But where the type is clear, we
should be explicit.

Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2023-09-07 16:15:18 +02:00
..
test_array.h Fix range error for Array.slice 2023-07-07 23:19:42 +02:00
test_dictionary.h Codestyle: Don't use auto where not warranted 2023-09-07 16:15:18 +02:00
test_variant.h Add operator NOT for all Variant types 2023-03-10 15:58:55 -03:00