$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Marc Glisse (marc.glisse_at_[hidden])
Date: 2024-07-02 11:08:07
On Tue, 2 Jul 2024, Alexander Grund via Boost wrote:
> Am 01.07.24 um 16:45 schrieb Niall Douglas via Boost:
>> The relevant implementation file can be found at:
>>
>> https://github.com/boostorg/outcome/blob/master/include/boost/outcome/outcome_gdb.h
>
> That is really neat indeed!
>
> Only thing bothering me is the abundant quoting and quotes.
There is an outcome_gdb.py next to it, so I assume the .h file is
generated automatically, you don't need to work on it directly.
-- Marc Glisse