On Mon, Apr 15, 2024 at 4:53 AM Alain O' Miniussi via Boost < boost@lists.boost.org> 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