]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
Pull in r228705 from upstream libc++ trunk (by Eric Fiselier):
authordim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 31 Oct 2016 18:37:44 +0000 (18:37 +0000)
committerdim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 31 Oct 2016 18:37:44 +0000 (18:37 +0000)
commit381f2f7ea9288c16a64f19319da2e35d1fd92bdb
tree929076f5529761047b23394e0a1503eb054b04ae
parent58ea2fd6cf71ee61d6fa9e38223eee6c3459c234
Pull in r228705 from upstream libc++ trunk (by Eric Fiselier):

  [libcxx] Fix PR 22468 - std::function<void()> does not accept
  non-void-returning functions

  Summary:
  The bug can be found here: https://llvm.org/bugs/show_bug.cgi?id=22468

  `__invoke_void_return_wrapper` is needed to properly handle calling a
  function that returns a value but where the std::function return type
  is void. Without this '-Wsystem-headers' will cause
  `function::operator()(...)` to not compile.

  Reviewers: eugenis, K-ballo, mclow.lists

  Reviewed By: mclow.lists

  Subscribers: cfe-commits

  Differential Revision: https://reviews.llvm.org/D7444

This should allow newer versions of the graphics/aseprite port to
compile without modification.

Direct commit to stable/10, since stable/11 and head already have this
change.

Reported by: yuri@rawbw.com
PR: 213773

git-svn-id: svn://svn.freebsd.org/base/stable/10@308143 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
contrib/libc++/include/__functional_03
contrib/libc++/include/__functional_base
contrib/libc++/include/__functional_base_03
contrib/libc++/include/functional