From d206b316a913946efa907725e4ba11e3d8496858 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Wed, 24 Jan 2018 17:31:22 +1100 Subject: [PATCH] strongdef: style --- strongdef.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/strongdef.hpp b/strongdef.hpp index 6217344f..b642de87 100644 --- a/strongdef.hpp +++ b/strongdef.hpp @@ -64,7 +64,7 @@ namespace util { // allowing equality with different types or tags. template std::enable_if_t< - !std::is_same::value || + !std::is_same::value || !std::is_same::value, bool > @@ -74,7 +74,7 @@ namespace util { template constexpr std::enable_if_t< - std::is_same::value && + std::is_same::value && std::is_same::value, bool >