Skip to content

Commit d279f58

Browse files
committed
more_type_traits.hpp
1 parent f6cca96 commit d279f58

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

include/jsoncons/utility/more_type_traits.hpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -492,9 +492,6 @@ namespace ext_traits {
492492
is_detected<container_npos_t,T>::value
493493
>::type> : std::true_type {};
494494

495-
template <typename T>
496-
constexpr bool is_string_or_string_view_v = is_string_or_string_view<T>::value;
497-
498495
// is_string
499496

500497
template <typename T,typename Enable=void>
@@ -506,9 +503,6 @@ namespace ext_traits {
506503
has_allocator_type<T>::value
507504
>::type> : std::true_type {};
508505

509-
template <typename T>
510-
constexpr bool is_string_v = is_string<T>::value;
511-
512506
// is_string_view
513507

514508
template <typename T,typename Enable=void>
@@ -520,9 +514,6 @@ namespace ext_traits {
520514
!is_detected<container_allocator_type_t,T>::value
521515
>::type> : std::true_type {};
522516

523-
template <typename T>
524-
constexpr bool is_string_view_v = is_string_view<T>::value;
525-
526517
// is_map_like
527518

528519
template <typename T,typename Enable=void>

0 commit comments

Comments
 (0)