Skip to content

Commit

Permalink
Bug fix from review.
Browse files Browse the repository at this point in the history
  • Loading branch information
cppguru committed Jan 27, 2025
1 parent ed57340 commit 955e006
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions groups/bsl/bslstl/bslstl_iomanip.h
Original file line number Diff line number Diff line change
Expand Up @@ -529,10 +529,7 @@ bsl::quoted(bsl::basic_string<t_CHAR_TYPE, t_CHAR_TRAITS, t_ALLOC>& value,
escape);
}

#if !defined(BSLS_LIBRARYFEATURES_HAS_CPP20_BASELINE_LIBRARY) || \
(defined(BSLS_LIBRARYFEATURES_FORCE_ABI_ENABLED) && \
(BSLS_LIBRARYFEATURES_FORCE_ABI_ENABLED < 20))

#ifndef BSLSTL_STRING_VIEW_IS_ALIASED
template <class t_CHAR_TYPE, class t_CHAR_TRAITS>
BloombergLP::bslstl::IoManip_QuotedStringViewFormatter<t_CHAR_TYPE,
t_CHAR_TRAITS>
Expand All @@ -549,7 +546,7 @@ bsl::quoted(const bsl::basic_string_view<t_CHAR_TYPE, t_CHAR_TRAITS>& value,
delim,
escape);
}
#endif // no BSLS_LIBRARYFEATURES_HAS_CPP20_BASELINE_LIBRARY || disabled
#endif // not BSLSTL_STRING_VIEW_IS_ALIASED
#endif // BSLS_LIBRARYFEATURES_HAS_CPP17_BASELINE_LIBRARY

#endif
Expand Down

0 comments on commit 955e006

Please sign in to comment.