Implement LWG#2385; remove the allocator-aware std::function::assign call. It was...
authorMarshall Clow <mclow.lists@gmail.com>
Mon, 25 Jan 2016 17:29:55 +0000 (17:29 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Mon, 25 Jan 2016 17:29:55 +0000 (17:29 +0000)
commit0aa1ccb0d91967ea77f83d210609e632234cc8ef
tree5ca627eb3708990599c2525d1676aab3b35d7fcc
parent24d4eba0f9027f787ae6fdff8d29132e7ed823d9
Implement LWG#2385; remove the allocator-aware std::function::assign call. It was useless, and didn't actually *do anything* with the allocator. Now it's gone.  On the off chance that someone is mistakenly calling it, it's only gone in C++1z

llvm-svn: 258697
libcxx/include/functional
libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/assign_F_alloc.pass.cpp
libcxx/www/cxx1z_status.html