]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
Pull in r229281 from upstream libc++ (by Larisse Voufo):
authordim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 19 Jul 2017 18:22:32 +0000 (18:22 +0000)
committerdim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 19 Jul 2017 18:22:32 +0000 (18:22 +0000)
commita2d4ca41da5668e6e427c3b0dd35ae53ba44f798
tree7c51a0870428ba647945128b97d11feb39ba9573
parentf50f011bc04ecc71dfc967893939f7c4e1b5c7a2
Pull in r229281 from upstream libc++ (by Larisse Voufo):

  Implement C++14's sized deallocation functions, since there are no
  longer implicitly defined by clang, as of r229241.

This allows ports which use C++14's sized deallocation functions, such
as cad/openvsp, to build on stable/10.  Bump __FreeBSD_version to allow
detection from ports.

Direct commit, since stable/11 and head already have newer versions of
libc++ which include this change.

PR: 219484

git-svn-id: svn://svn.freebsd.org/base/stable/10@321222 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
contrib/libc++/include/new
contrib/libc++/src/new.cpp
sys/sys/param.h