commit | d146d42e42833a3e30b596b7d92b00dba9b778a8 | [log] [tgz] |
---|---|---|
author | Pirama Arumuga Nainar <pirama@google.com> | Wed Sep 26 09:00:24 2018 -0700 |
committer | Pirama Arumuga Nainar <pirama@google.com> | Wed Sep 26 20:24:13 2018 +0000 |
tree | 0daa779b4ec223a05329a9aa03e6b630a9b19f08 | |
parent | aec90858917381a6767d4054c837545fccce2559 [diff] |
Do not construct std::function with Allocator argument Bug: http://b/116702964 This breaks when built with C++17, where these constructors are removed. Looks like libc++ ignored the allocator arguments anyway - so this should be NFC even with C++17. Test: memunreachable_test on the host and Sailfish with C++14, C++17 Change-Id: I638326a900781f64d0562b5ec38e990659967039