$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Marshall Clow (mclow.lists_at_[hidden])
Date: 2024-07-23 00:02:18
On Jul 17, 2024, at 1:53â¯PM, Niall Douglas via Boost <boost_at_[hidden]> wrote:
>
> 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.
As soon as the beta is released, and the master branch is open for changes again, you can go ahead.
Please wait until then.
â Marshall