LookingGlass/common/include
Quantum 53b4b4818b [common] vector: allow inplace construction with vector_push
This makes vector_push return a pointer to the pushed element.

It also allows the user to push a NULL pointer, which means allocating the
memory for the element but do not copy anything into it.
2021-08-24 22:10:36 +10:00
..
common [common] vector: allow inplace construction with vector_push 2021-08-24 22:10:36 +10:00