Boost logo

Boost :

From: Janson R. (mlists.aerostun_at_[hidden])
Date: 2020-03-06 21:53:44


On 06/03/2020 19:02, Viktor Sehr via Boost wrote:
> I really would appreciate if the library could be used as header only, and
> contained some sort of abbreviation of these convenience functions:
> auto compress(const std::vector<uint8_t>& uncompressed) ->
> std::vector<uint8_t>;
> auto decompress(const std::vector<uint8_t>& compressed) ->
> std::optional<std::vector<uint8_t>>;

Good thing the library is already header only; and thanks for the
suggestion which I will definitely include some closely resembling
version of because it makes total sense.

Janson


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk