Skip to content

Commit 0b0df9b

Browse files
committed
Do not need std::is_base_of anymore
1 parent f05785f commit 0b0df9b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/dragonbox/dragonbox.h

-2
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,6 @@ namespace jkj {
236236
using add_rvalue_reference = JKJ_STD_REPLACEMENT_NAMESPACE::add_rvalue_reference<T>;
237237
template <bool cond, class T_true, class T_false>
238238
using conditional = JKJ_STD_REPLACEMENT_NAMESPACE::conditional<cond, T_true, T_false>;
239-
template <class Base, class Derived>
240-
using is_base_of = JKJ_STD_REPLACEMENT_NAMESPACE::is_base_of<Base, Derived>;
241239
#if JKJ_USE_IS_CONSTANT_EVALUATED
242240
using JKJ_STD_REPLACEMENT_NAMESPACE::is_constant_evaluated;
243241
#endif

0 commit comments

Comments
 (0)