$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2024-03-01 01:35:59
Zach Laine wrote:
> For instance, Andrzej was trying to use
> boost::variant in one of his parsers, and the printing code broke. It broke
> because boost::variant defines ostream & op<<(ostream&,variant), and then
> *static asserts in it*. What?
This probably needs to be fixed in Variant. I had the same problem
https://github.com/boostorg/variant2/issues/31
and fixed it.