diff options
author | Eric Fiselier <eric@efcs.ca> | 2016-04-15 03:29:40 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2016-04-15 03:29:40 +0000 |
commit | 90fb2baff7f48ac1525ff09c44874dd876d6cd63 (patch) | |
tree | cff088ea6daefe7bf6c0da2540731e399a3fd6e1 /lldb/packages/Python/lldbsuite/test/functionalities/recursion/TestValueObjectRecursion.py | |
parent | 2abf2e7c8cf2e4b8080030cb27f9e3d2d524976a (diff) | |
download | bcm5719-llvm-90fb2baff7f48ac1525ff09c44874dd876d6cd63.tar.gz bcm5719-llvm-90fb2baff7f48ac1525ff09c44874dd876d6cd63.zip |
[libcxx] Remove the "reduced-arity-initialization" extension from the uses-allocator constructors
Summary:
A default uses-allocator constructor has been added since that overload was previously provided by the extended constructor.
Since Clang does implicit conversion checking after substitution this constructor has to deduce the allocator_arg_t parameter so that it can prevent the evaluation of "is_default_constructible" if the first argument doesn't match. See http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1391 for more information.
This patch fixes PR24779 (https://llvm.org/bugs/show_bug.cgi?id=24779)
Subscribers: cfe-commits
Differential Revision: http://reviews.llvm.org/D19006
llvm-svn: 266409
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/recursion/TestValueObjectRecursion.py')
0 files changed, 0 insertions, 0 deletions