
17 Nov
2012
17 Nov
'12
10:30 a.m.
On Sat, 2012-11-17 at 16:27 +0100, Herbert Valerio Riedel wrote:
what do you hope to gain from making your flags type an instance of the Enum class?
Among others, the ability to list all flags using "[Flag1 ..]" How is this handled for libraries wrapping C libs which use some bitset structure? Nicolas