17 Jul
2024
17 Jul
'24
8:53 p.m.
On 11/07/2024 14:58, Marshall Clow via Boost wrote:
Master is closed for all changes.
Can I get permission to merge this suppression of a diagnostic on clang to Outcome: ``` #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Woverlength-strings" #endif ... #ifdef __clang__ #pragma clang diagnostic pop #endif ``` It's not even a bug fix, strictly speaking. Niall