From 955e006c17d2e9eae042d90937d3ed272ae43884 Mon Sep 17 00:00:00 2001 From: afeher Date: Wed, 22 Jan 2025 14:11:16 -0500 Subject: [PATCH] Bug fix from review. --- groups/bsl/bslstl/bslstl_iomanip.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/groups/bsl/bslstl/bslstl_iomanip.h b/groups/bsl/bslstl/bslstl_iomanip.h index 425a2bf08f..eaab23f041 100644 --- a/groups/bsl/bslstl/bslstl_iomanip.h +++ b/groups/bsl/bslstl/bslstl_iomanip.h @@ -529,10 +529,7 @@ bsl::quoted(bsl::basic_string& 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 BloombergLP::bslstl::IoManip_QuotedStringViewFormatter @@ -549,7 +546,7 @@ bsl::quoted(const bsl::basic_string_view& 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