Skip to content

Commit

Permalink
Do not need std::is_base_of anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
jk-jeon committed Apr 4, 2024
1 parent f05785f commit 0b0df9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/dragonbox/dragonbox.h
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,6 @@ namespace jkj {
using add_rvalue_reference = JKJ_STD_REPLACEMENT_NAMESPACE::add_rvalue_reference<T>;
template <bool cond, class T_true, class T_false>
using conditional = JKJ_STD_REPLACEMENT_NAMESPACE::conditional<cond, T_true, T_false>;
template <class Base, class Derived>
using is_base_of = JKJ_STD_REPLACEMENT_NAMESPACE::is_base_of<Base, Derived>;
#if JKJ_USE_IS_CONSTANT_EVALUATED
using JKJ_STD_REPLACEMENT_NAMESPACE::is_constant_evaluated;
#endif
Expand Down

0 comments on commit 0b0df9b

Please sign in to comment.