From 15c45271b8f1eba3f715c61a496137e70f574be4 Mon Sep 17 00:00:00 2001 From: seleznevae Date: Tue, 21 Apr 2020 20:38:31 +0300 Subject: [PATCH] [D] Delete some of the manipulators to improve support of old compilers --- lib/fort.hpp | 2 -- src/fort.hpp | 2 -- 2 files changed, 4 deletions(-) diff --git a/lib/fort.hpp b/lib/fort.hpp index 7933c65..7e05e07 100644 --- a/lib/fort.hpp +++ b/lib/fort.hpp @@ -166,8 +166,6 @@ constexpr bool is_stream_manipulator_impl() noexcept // Floating-point manipulators || std::is_same::type>::value || std::is_same::type>::value - || std::is_same::type>::value - || std::is_same::type>::value // Misc || std::is_same::type>::value || std::is_same::type>::value diff --git a/src/fort.hpp b/src/fort.hpp index 7933c65..7e05e07 100644 --- a/src/fort.hpp +++ b/src/fort.hpp @@ -166,8 +166,6 @@ constexpr bool is_stream_manipulator_impl() noexcept // Floating-point manipulators || std::is_same::type>::value || std::is_same::type>::value - || std::is_same::type>::value - || std::is_same::type>::value // Misc || std::is_same::type>::value || std::is_same::type>::value