structured_control_flow: Remove constexpr Flow::Block
This seems to be unsupported in newer libstdc++ versions due to Flow::Block's base class being a non-literal type. It's not clear to me why this was permitted in earlier versions.
Please register or sign in to comment