[gcc r14-12818] libstdc++: Fix preprocessor check for bfloat16_t in <numbers> [PR126849]

Jonathan Wakely via Gcc-cvs <[email protected]>
Newsgroups gmane.comp.gcc.cvs
Message-ID <[email protected]>
https://gcc.gnu.org/g:551771f93d1cd8eeade21fba87c80a69534bd766

commit r14-12818-g551771f93d1cd8eeade21fba87c80a69534bd766
Author: Jonathan Wakely <[email protected]>
Date:   Mon Aug 17 14:09:16 2026 +0100

    libstdc++: Fix preprocessor check for bfloat16_t in <numbers> [PR126849]
    
    libstdc++-v3/ChangeLog:
    
            PR libstdc++/126849
            * include/std/numbers: Fix preprocessor check for
            std::bfloat16_t support.
    
    (cherry picked from commit 92bcc711fafc026e0cc2f48b7f3ab23657787a8c)

Diff:
---
 libstdc++-v3/include/std/numbers | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libstdc++-v3/include/std/numbers b/libstdc++-v3/include/std/numbers
index 9836afac6451..9b49ccfcb7b3 100644
--- a/libstdc++-v3/include/std/numbers
+++ b/libstdc++-v3/include/std/numbers
@@ -217,7 +217,7 @@ __glibcxx_numbers (_Float64, F64);
 __glibcxx_numbers (_Float128, F128);
 #endif
 
-#ifdef __STDCPP_BFLOAT128_T__
+#ifdef __STDCPP_BFLOAT16_T__
 __glibcxx_numbers (__gnu_cxx::__bfloat16_t, BF16);
 #endif
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.