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/DepthStencilStateDescParser.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'RenderScript/src/DepthStencilStateDescParser.cpp') diff --git a/RenderScript/src/DepthStencilStateDescParser.cpp b/RenderScript/src/DepthStencilStateDescParser.cpp index 12a64f7..ef127d5 100644 --- a/RenderScript/src/DepthStencilStateDescParser.cpp +++ b/RenderScript/src/DepthStencilStateDescParser.cpp @@ -24,11 +24,6 @@ #include "pch.h" #include "DepthStencilStateDescParser.h" -namespace std -{ - DEFINE_ENUM_HASH( Diligent::STENCIL_OP ) -} - namespace Diligent { template<> -- cgit v1.2.3