[libcxx] r279008 - make the associative containers do the right thing for propogate_on_container_assignment. Fixes bug #29001. Tests are only for <map> right now - more complete tests will come when we revamp our allocator testing structure.
    Hans Wennborg via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Wed Aug 17 17:31:48 PDT 2016
    
    
  
On Wed, Aug 17, 2016 at 4:24 PM, Marshall Clow via cfe-commits
<cfe-commits at lists.llvm.org> wrote:
> Author: marshall
> Date: Wed Aug 17 18:24:02 2016
> New Revision: 279008
>
> URL: http://llvm.org/viewvc/llvm-project?rev=279008&view=rev
> Log:
> make the associative containers do the right thing for propogate_on_container_assignment. Fixes bug #29001. Tests are only for <map> right now - more complete tests will come when we revamp our allocator testing structure.
>
> Modified:
>     libcxx/trunk/include/__tree
>     libcxx/trunk/test/std/containers/associative/map/map.cons/copy_assign.pass.cpp
Merged to 3.9 in r279017.
    
    
More information about the cfe-commits
mailing list