]> git.ipfire.org Git - thirdparty/gcc.git/commit
libphobos: Fix static asserts on NetBSD, FreeBSD, DragonFlyBSD
authorIain Buclaw <ibuclaw@gdcproject.org>
Thu, 13 May 2021 17:09:48 +0000 (19:09 +0200)
committerIain Buclaw <ibuclaw@gdcproject.org>
Thu, 13 May 2021 17:24:31 +0000 (19:24 +0200)
commitb7b413152ecb9e6a734a45688f3a9df77a686206
tree798982375f30f611f423bdd6436178ea195a3b94
parent1f152f2996b7b4f7ccf8181f26dfd3acbea836f0
libphobos: Fix static asserts on NetBSD, FreeBSD, DragonFlyBSD

The function declarations were updated to use `const scope', but the
static asserts were not.

Reviewed-on: https://github.com/dlang/druntime/pull/3470

libphobos/ChangeLog:

* libdruntime/MERGE: Merge upstream druntime 98c6ff0c.
libphobos/libdruntime/MERGE
libphobos/libdruntime/core/sys/dragonflybsd/dlfcn.d
libphobos/libdruntime/core/sys/freebsd/dlfcn.d
libphobos/libdruntime/core/sys/netbsd/dlfcn.d
libphobos/libdruntime/core/sys/posix/dlfcn.d