corda/include/avian/util
Joel Dice f04f444f23 modify (THREAD_)RUNTIME_ARRAY definition so RUNTIME_ARRAY_BODY must be used
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.
2013-02-20 17:20:17 -07:00
..
abort.h move abort.h to include, add namespacing 2013-02-19 22:51:38 -07:00
math.h move math functions out of common.h, and into include/avian/util/math.h 2013-02-20 07:51:57 -07:00
runtime-array.h modify (THREAD_)RUNTIME_ARRAY definition so RUNTIME_ARRAY_BODY must be used 2013-02-20 17:20:17 -07:00