Skip to content

Commit

Permalink
__msvc_int128.hpp: Remove unnecessary forward declarations.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanTLavavej committed Feb 10, 2022
1 parent d946b4f commit bd5ad55
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions stl/inc/__msvc_int128.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -902,8 +902,6 @@ struct _Unsigned128 : _Base128 {
}
};

template <class>
class numeric_limits;
template <>
class numeric_limits<_Unsigned128> : public _Num_int_base {
public:
Expand Down Expand Up @@ -948,8 +946,6 @@ class numeric_limits<_Unsigned128> : public _Num_int_base {
static constexpr int digits10 = 38;
};

template <class...>
struct common_type;
template <integral _Ty>
struct common_type<_Ty, _Unsigned128> {
using type = _Unsigned128;
Expand Down Expand Up @@ -1266,8 +1262,6 @@ struct _Signed128 : _Base128 {
}
};

template <class>
class numeric_limits;
template <>
class numeric_limits<_Signed128> : public _Num_int_base {
public:
Expand Down

0 comments on commit bd5ad55

Please sign in to comment.