Re: [libcxx] r278904 - Support allocators with explicit conversion constructors. Fixes bug #29000

2016-08-17 Thread Hans Wennborg via cfe-commits
On Wed, Aug 17, 2016 at 5:25 PM, Marshall Clow wrote: > On Wed, Aug 17, 2016 at 3:14 PM, Hans Wennborg wrote: >> >> I'd rather not take this actually, as it looks like a large change, >> isn't fixing a regression, and it's time to start wrapping up the

Re: [libcxx] r278904 - Support allocators with explicit conversion constructors. Fixes bug #29000

2016-08-17 Thread Marshall Clow via cfe-commits
On Wed, Aug 17, 2016 at 3:14 PM, Hans Wennborg wrote: > I'd rather not take this actually, as it looks like a large change, > isn't fixing a regression, and it's time to start wrapping up the > release. > > This is actually a pretty small change - almost all the changes are in

Re: [libcxx] r278904 - Support allocators with explicit conversion constructors. Fixes bug #29000

2016-08-17 Thread Hans Wennborg via cfe-commits
I'd rather not take this actually, as it looks like a large change, isn't fixing a regression, and it's time to start wrapping up the release. On Wed, Aug 17, 2016 at 3:46 AM, Dimitry Andric wrote: > Marshall, this is maybe a good candidate for merging to release_39? > >

Re: [libcxx] r278904 - Support allocators with explicit conversion constructors. Fixes bug #29000

2016-08-17 Thread Dimitry Andric via cfe-commits
Marshall, this is maybe a good candidate for merging to release_39? -Dimitry > On 17 Aug 2016, at 07:58, Marshall Clow via cfe-commits > wrote: > > Author: marshall > Date: Wed Aug 17 00:58:40 2016 > New Revision: 278904 > > URL:

[libcxx] r278904 - Support allocators with explicit conversion constructors. Fixes bug #29000

2016-08-17 Thread Marshall Clow via cfe-commits
Author: marshall Date: Wed Aug 17 00:58:40 2016 New Revision: 278904 URL: http://llvm.org/viewvc/llvm-project?rev=278904=rev Log: Support allocators with explicit conversion constructors. Fixes bug #29000 Modified: libcxx/trunk/include/map libcxx/trunk/include/unordered_map