Merge branch 'cpp-headers'

This commit is contained in:
John Kessenich 2016-08-11 10:00:57 -06:00
commit 2c6038ecf1
28 changed files with 57 additions and 70 deletions

View file

@ -61,13 +61,13 @@
// class as the allocator (second) template argument.
//
#include <stddef.h>
#include <string.h>
#include <cstddef>
#include <cstring>
#include <vector>
namespace glslang {
// If we are using guard blocks, we must track each indivual
// If we are using guard blocks, we must track each individual
// allocation. If we aren't using guard blocks, these
// never get instantiated, so won't have any impact.
//