$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2024-12-23 20:36:01
Jonathan Coe wrote:
> https://github.com/jbcoe/poison_hash_append
Thanks Jonathan. We actually discovered this issue
during the review, because boost::json::value is
constructible from e.g. boost::json::object and
boost::json::array (and other things), which causes
a similar infinite recursion issue (or would cause it,
were tag_invoke overloads preferred over built-in
handling for sequences and associatives.)
I agree that we need to do something about it.