File tree 1 file changed +0
-9
lines changed 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -492,9 +492,6 @@ namespace ext_traits {
492
492
is_detected<container_npos_t ,T>::value
493
493
>::type> : std::true_type {};
494
494
495
- template <typename T>
496
- constexpr bool is_string_or_string_view_v = is_string_or_string_view<T>::value;
497
-
498
495
// is_string
499
496
500
497
template <typename T,typename Enable=void >
@@ -506,9 +503,6 @@ namespace ext_traits {
506
503
has_allocator_type<T>::value
507
504
>::type> : std::true_type {};
508
505
509
- template <typename T>
510
- constexpr bool is_string_v = is_string<T>::value;
511
-
512
506
// is_string_view
513
507
514
508
template <typename T,typename Enable=void >
@@ -520,9 +514,6 @@ namespace ext_traits {
520
514
!is_detected<container_allocator_type_t ,T>::value
521
515
>::type> : std::true_type {};
522
516
523
- template <typename T>
524
- constexpr bool is_string_view_v = is_string_view<T>::value;
525
-
526
517
// is_map_like
527
518
528
519
template <typename T,typename Enable=void >
You can’t perform that action at this time.
0 commit comments