SPIRV: remove pre-C++11 workaround

This commit is contained in:
Johannes Kauffmann 2023-02-25 20:57:02 +01:00 committed by arcady-lunarg
parent 076c35863e
commit e00517acfe
3 changed files with 0 additions and 36 deletions

View file

@ -36,10 +36,6 @@
#include "SPVRemapper.h"
#include "doc.h"
#if !defined (use_cpp11)
// ... not supported before C++11
#else // defined (use_cpp11)
#include <algorithm>
#include <cassert>
#include "../glslang/Include/Common.h"
@ -1528,5 +1524,3 @@ namespace spv {
} // namespace SPV
#endif // defined (use_cpp11)