$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Alexander Grund (alexander.grund_at_[hidden])
Date: 2025-01-22 08:59:45
> This design could be worth investigation. We looked at bitfields originally, but since they require C++20 for constexpr support it wasn't worth pursuing.
It seems only the member initializer is C++20 which can easily be
avoided: https://godbolt.org/z/5v6sYaMj4