Date: Thu, 05 Sep 2024 19:31:27 +0000 From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 279692] '#include <csetjmp>' is broken: error: "If libc++ starts defining <setjmp.h>, the __has_include check should move to libc++'s <setjmp.h>" Message-ID: <bug-279692-29464-mIDLlztCMw@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-279692-29464@https.bugs.freebsd.org/bugzilla/> References: <bug-279692-29464@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D279692 --- Comment #6 from Dimitry Andric <dim@FreeBSD.org> --- (In reply to Bob Frazier from comment #5) $ grep setjmp.h ObsoleteFiles.inc OLD_FILES+=3Dusr/include/c++/v1/setjmp.h OLD_FILES+=3Dusr/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. :) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-279692-29464-mIDLlztCMw>