Friday, September 18, 2026

Re: UPDATE: Boost - getexecpath()

On Fri, 18 Sep 2026 03:04:01 -0400 Brad Smith <brad@comstyle.com> wrote: > Here is a diff for Boost to fill in the other spots where > getexecpath() is relevant. [...] > + }}} // namespace boost::dll::detail > + > ++#elif BOOST_OS_BSD_OPEN && BSD >= 202610 Shouldn't this be: #elif BOOST_OS_BSD_OPEN && OpenBSD >= 202610 ? A test program seems to confirm my suspicion: BSD: 199306, OpenBSD: 202610 > > -+#elif BOOST_OS_BSD_OPEN > -+ > -+#if !defined(BOOST_DLL_INTERFACE_UNIT) > +#include <errno.h> > +#include <limits.h> > +#include <unistd.h> > -+

No comments:

Post a Comment