[Patch][libstdc++] Add constexpr specifier to function

2024-06-05 Thread Deev Patel
te: in call to '__atomic_float(1.10e+00)' 1644 | atomic(double __fp) noexcept : __atomic_float(__fp) ``` This patch adds the necessary constexpr specifier. - Deev Patel diff --git a/libstdc++-v3/include/bits/atomic_base.h b/libstdc++-v3/include/bits/atomic_base.h index 062f154974

[PATCH] libstdc++: Add missing constexpr specifier and function overloads

2023-07-23 Thread Deev Patel via Gcc-patches
Deev Patel * include/std/format: Add missing constexpr specifiers on function overloads >From ac34afa1109b4c82e5cc377f49abf55422b89529 Mon Sep 17 00:00:00 2001 From: Deev Patel Date: Sun, 23 Jul 2023 20:08:46 -0700 Subject: [PATCH] [libstdc++] Add missing constexpr specifiers