$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Nigel Stewart (nigels.com_at_[hidden])
Date: 2024-05-02 22:58:58
>
> and pretty workable in terms of bringing our patches on top.
>>
>> If you have patched zlib, why not contribute them to the upstream
> repository?
>
Hello Vinnie,
Indeed that would be ideal for everyone. We did have a cxxopts patch
accepted
recently. To bring that more into the land of modern C++ using
std::optional.
https://github.com/jarro2783/cxxopts/pull/421
But we were able to refine that and test it quite a bit on our side, first.
Similarly for boost::sort
https://github.com/boostorg/sort/pull/79
- Nigel