From c040e76c58bdc14eac7ba004b983dc9339ef766a Mon Sep 17 00:00:00 2001 From: John Kessenich Date: Wed, 22 Jul 2015 15:24:53 -0600 Subject: [PATCH] Portability: Remove unneeded "= default" to work with older compilers. --- SPIRV/SpvBuilder.h | 1 - 1 file changed, 1 deletion(-) diff --git a/SPIRV/SpvBuilder.h b/SPIRV/SpvBuilder.h index b3c89520..c2209602 100644 --- a/SPIRV/SpvBuilder.h +++ b/SPIRV/SpvBuilder.h @@ -532,7 +532,6 @@ protected: // the first iteration of the loop. The phi instruction is initialized // with no values or predecessor operands. Loop(Builder& builder, bool testFirst); - Loop(const Loop&) = default; // The function containing the loop. Function* const function;