Skip to content
  1. Feb 26, 2012
  2. Feb 25, 2012
  3. Feb 22, 2012
  4. Feb 21, 2012
  5. Feb 20, 2012
  6. Feb 19, 2012
  7. Feb 18, 2012
  8. Feb 17, 2012
  9. Feb 15, 2012
  10. Feb 14, 2012
  11. Feb 08, 2012
  12. Feb 03, 2012
  13. Feb 02, 2012
  14. Jan 21, 2012
  15. Jan 20, 2012
  16. Jan 18, 2012
  17. Jan 17, 2012
  18. Jan 13, 2012
  19. Jan 10, 2012
  20. Jan 02, 2012
    • Howard Hinnant's avatar
      1. Fix make_shared<const T>. 2. Allow allocator<const T> as an extension. ... · 8e25104b
      Howard Hinnant authored
      1.  Fix make_shared<const T>.  2.  Allow allocator<const T> as an extension.  3.  Refactor work which fixed unique_ptr<const T[]>.  4.  Remove no-longer-needed private declarations from unique_ptr.  5.  Add constraints to some shared_ptr and weak_ptr constructors and assignment operators so that is_constructible/is_assignable give the correct answers for shared_ptr and weak_ptr.  6.  Make defensive preparations in the shared_ptr free functions for the introduction of shared_ptr<T[]> in the future.  7.  As an optimization, add move constructor and move assignment to weak_ptr.
      
      llvm-svn: 147437
      8e25104b
  21. Jan 01, 2012
Loading