$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] interest in a flag library
From: Frédéric (ufospoke_at_[hidden])
Date: 2018-10-26 06:44:27
> So do you think it is worth the effort of porting and documenting my code
> so that it can integrated into boost, or not?
It's for sure something I have encountered.
> static constexpr auto var4 = option::first | option::second |
> option::third; /* works too */
How do you get this one to work?
F