$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Julien Blanc (julien.blanc_at_[hidden])
Date: 2024-03-25 10:59:58
Le samedi 23 mars 2024 à 08:02 +0100, Tobias Loew via Boost a écrit :
> Hi,
>
> I would like to gauge interest in a library that makes the usage of
> flag-like enumerations safer.
> The library is called Boost.Flags, and its key features are
>
>
>
> The Github page: https://github.com/tobias-loew/flags
> The online docs: https://tobias-loew.github.io/flags
> Example on Godbolt: https://godbolt.org/z/qbojncnd7
>
> I am looking forward to your comments!
>
That's definitely useful. Repeating the writing of these operators is
just a waste of time. And i really like the idea that operator~ returns
a different type.
The doc is also pretty good. I would really like to see this library
into boost.
Regards,
Julien