From d052a02595779b28ab322f6995e04759aa174f7c Mon Sep 17 00:00:00 2001 From: Denis Blank Date: Tue, 25 Dec 2018 08:41:53 +0100 Subject: [PATCH] Remove a bad GCC diagnostic pop when using result<...> and GCC --- include/continuable/continuable-result.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/continuable/continuable-result.hpp b/include/continuable/continuable-result.hpp index 6ea4093..33c0387 100644 --- a/include/continuable/continuable-result.hpp +++ b/include/continuable/continuable-result.hpp @@ -302,7 +302,7 @@ struct tuple_size> template struct tuple_element> : tuple_element> {}; -#if defined(__clang__) || defined(__GNUC__) +#if defined(__clang__) #pragma GCC diagnostic pop #endif } // namespace std