Boost logo

Boost :

From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2024-04-15 16:18:04


On Mon, Apr 15, 2024 at 4:53 AM Alain O' Miniussi via Boost <
boost_at_[hidden]> wrote:

> FWIW, rc3 triggers a compiler crash with crayCC 17.0.0
>

I don't have access to this compiler, and there is not enough information
provided to make any guess on what the problem is. If you know someone with
access to the compiler, consider bisecting the file segments_view.cpp to
determine which line is causing the crash.

Bisecting works like this, you split the cpp file into two pieces, copying
the #includes and whatever else is needed to make them compile. Then you
note which file causes the crash. Repeat the splitting process on the
crashing file until you have determined the smallest cpp file which causes
the crash. Then post that to the list.

Thanks


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk