diff --git a/glslang/Include/Common.h b/glslang/Include/Common.h index 05c8447f..efb78d44 100644 --- a/glslang/Include/Common.h +++ b/glslang/Include/Common.h @@ -175,7 +175,7 @@ template class TList : public std::list > { }; template > -class TMap : public std::map > > { +class TMap : public std::map > > { }; template , class PRED = std::equal_to >