From da3fd6d1f9a24f881ef09a170f998b471d054742 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Thu, 31 Jan 2019 08:26:41 -0800 Subject: Improved handling unordered_maps --- RenderScript/src/PSODescParser.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'RenderScript/src/PSODescParser.cpp') diff --git a/RenderScript/src/PSODescParser.cpp b/RenderScript/src/PSODescParser.cpp index 3099140..b1da543 100644 --- a/RenderScript/src/PSODescParser.cpp +++ b/RenderScript/src/PSODescParser.cpp @@ -28,11 +28,6 @@ #include "DepthStencilStateDescParser.h" #include "InputLayoutDescParser.h" -namespace std -{ - DEFINE_ENUM_HASH( Diligent::PRIMITIVE_TOPOLOGY ) -} - namespace Diligent { class RTVFormatsParser; -- cgit v1.2.3