SPIRV: remove pre-C++11 workaround
This commit is contained in:
parent
076c35863e
commit
e00517acfe
3 changed files with 0 additions and 36 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue