From 125320732594904a5454989a3f6abe819bfdbccb Mon Sep 17 00:00:00 2001
From: Achim Gsell <achim.gsell@psi.ch>
Date: Thu, 9 Jan 2020 14:38:50 +0100
Subject: [PATCH] cleanup: IPPL_USE_PARTIAL_SPECIALIZATION definition removed
 from CMakeLists.txt

---
 CMakeLists.txt              | 1 -
 tools/mslang/CMakeLists.txt | 1 -
 2 files changed, 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index b20def11b..eebc793fa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -42,7 +42,6 @@ set (CMAKE_CXX_STANDARD_REQUIRED ON)
 set (CMAKE_CXX_EXTENSIONS OFF)
 
 add_definitions (-DIPPL_USE_XDIV_RNG)
-add_definitions (-DIPPL_USE_PARTIAL_SPECIALIZATION)
 add_definitions (-DNOCTAssert)
 
 add_compile_options (-Wall)
diff --git a/tools/mslang/CMakeLists.txt b/tools/mslang/CMakeLists.txt
index 134b8b5ef..84b0322ba 100644
--- a/tools/mslang/CMakeLists.txt
+++ b/tools/mslang/CMakeLists.txt
@@ -5,7 +5,6 @@ set (MSLANG_VERSION_MAJOR 0)
 set (MSLANG_VERSION_MINOR 1)
 
 add_definitions (-DIPPL_USE_XDIV_RNG)
-add_definitions (-DIPPL_USE_PARTIAL_SPECIALIZATION)
 add_definitions (-DNOCTAssert)
 
 include_directories (
-- 
GitLab