Add a GCC-specific VECTOR_INSERT
commit219a0e6352c27c1fec52bebd4eccfddbc2813737
authorChris Robinson <chris.kcat@gmail.com>
Mon, 14 Apr 2014 03:26:04 +0000 (13 20:26 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Mon, 14 Apr 2014 03:26:04 +0000 (13 20:26 -0700)
tree3985dae3d0ecbb6daa3384e83c2a3056ac93bbcb
parent0ef87227c19f71c063d9d78871663f20402b5924
Add a GCC-specific VECTOR_INSERT

This version is capable of doing a compile-time type checks, to ensure the
objects being inserted are compatible with the vector data type. It should
otherwise be functionally identical.
Alc/vector.h