From bd5ad55b24dfa60cdb2d9f6062c15b34ec034655 Mon Sep 17 00:00:00 2001 From: "Stephan T. Lavavej" Date: Wed, 9 Feb 2022 18:56:28 -0800 Subject: [PATCH] __msvc_int128.hpp: Remove unnecessary forward declarations. --- stl/inc/__msvc_int128.hpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/stl/inc/__msvc_int128.hpp b/stl/inc/__msvc_int128.hpp index e0ee63d687..e26d7ead23 100644 --- a/stl/inc/__msvc_int128.hpp +++ b/stl/inc/__msvc_int128.hpp @@ -902,8 +902,6 @@ struct _Unsigned128 : _Base128 { } }; -template -class numeric_limits; template <> class numeric_limits<_Unsigned128> : public _Num_int_base { public: @@ -948,8 +946,6 @@ class numeric_limits<_Unsigned128> : public _Num_int_base { static constexpr int digits10 = 38; }; -template -struct common_type; template struct common_type<_Ty, _Unsigned128> { using type = _Unsigned128; @@ -1266,8 +1262,6 @@ struct _Signed128 : _Base128 { } }; -template -class numeric_limits; template <> class numeric_limits<_Signed128> : public _Num_int_base { public: