jcowles
9d32712ec4
Prefix header guards and add pragma once.
2015-05-19 11:22:37 -07:00
George ElKoura
687cc4f8d9
Return *this from operator= in vtr/stackBuffer.h
2015-04-30 19:11:51 -07:00
George ElKoura
12c421e36c
Satisfy compiler warnings about unused parameters.
...
In vtr/stackBuffer.h, removed unnecessary symbols for parameters to silence
compiler warnings about them not being used.
2015-04-30 18:40:44 -07:00
barfowl
abce99950d
Minor improvements to definition and use of Vtr::StackBuffer:
...
- removed default value for its <SIZE> parameter
- updated all usage to specify a value for <SIZE>
- added explicit element destruction missing from destructor
- corrected comment regarding VLA's being non-standard
2015-04-28 17:31:43 -07:00
barfowl
ce223949f2
Introduced StackBuffer class to replace/extend usage of alloca():
...
- add Vtr::StackBuffer to allocate from heap beyond local arena size
- replaced usage of alloca() with Vtr
2015-04-26 17:04:18 -07:00