[Bug 279692] '#include <csetjmp>' is broken: error: "If libc++ starts defining <setjmp.h>, the __has_include check should move to libc++'s <setjmp.h>"

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 05 Sep 2024 19:31:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279692

--- Comment #6 from Dimitry Andric <dim@FreeBSD.org> ---
(In reply to Bob Frazier from comment #5)

$ grep setjmp.h ObsoleteFiles.inc
OLD_FILES+=usr/include/c++/v1/setjmp.h
OLD_FILES+=usr/include/c++/v1/tr1/setjmp.h

Both of these are in ObsoleteFiles.inc, the latter has been there for quite a
long time, since the tr1 directory was cleaned up.

Everybody should run make delete-old after upgrading, this is the only
supported mechanism. Adding notes to UPDATING might work, but if people don't
follow instructions then it might not make much difference. :)

-- 
You are receiving this mail because:
You are the assignee for the bug.