mirror of
https://github.com/corda/corda.git
synced 2025-01-06 05:04:20 +00:00
f04f444f23
Previously, if you forgot to use RUNTIME_ARRAY_BODY to reference an array declared with (THREAD_)RUNTIME_ARRAY, you wouldn't get a compiler error until you tried to build on e.g. MSVC, where runtime-sized stack arrays aren't supported. This change ensures you find out regardless of what compiler you're using, which ought to protect us from regressions going forward. |
||
---|---|---|
.. | ||
tools/object-writer | ||
util | ||
vm |