[all-commits] [llvm/llvm-project] 67b81e: [libc++] Split __shared_count out of <__memory/sha...

Nikolas Klauser via All-commits all-commits at lists.llvm.org
Wed Nov 13 03:14:24 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 67b81e2120697b90f7c6595b73eb5fc94f437320
      https://github.com/llvm/llvm-project/commit/67b81e2120697b90f7c6595b73eb5fc94f437320
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2024-11-13 (Wed, 13 Nov 2024)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__locale
    A libcxx/include/__memory/shared_count.h
    M libcxx/include/__memory/shared_ptr.h
    M libcxx/include/__mutex/once_flag.h
    M libcxx/include/future
    M libcxx/include/module.modulemap
    M libcxx/include/mutex

  Log Message:
  -----------
  [libc++] Split __shared_count out of <__memory/shared_ptr.h> (#115943)

`__shared_count` is used in a few places where `shared_ptr` isn't. This
avoids a bunch of transitive includes needed for the implementation of
`shared_ptr` in these places.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list