[all-commits] [llvm/llvm-project] dedc51: [libc++] Avoid including <string> in <mutex> (#116...

Nikolas Klauser via All-commits all-commits at lists.llvm.org
Sat Nov 16 10:25:25 PST 2024


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

  Changed paths:
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__condition_variable/condition_variable.h
    M libcxx/include/__mutex/unique_lock.h
    M libcxx/include/__system_error/system_error.h
    A libcxx/include/__system_error/throw_system_error.h
    M libcxx/include/__thread/thread.h
    M libcxx/include/module.modulemap
    M libcxx/include/print
    M libcxx/include/shared_mutex
    M libcxx/src/chrono.cpp
    M libcxx/src/filesystem/filesystem_clock.cpp
    M libcxx/src/random.cpp
    M libcxx/src/system_error.cpp
    M libcxx/test/libcxx/transitive_includes/cxx23.csv
    M libcxx/test/libcxx/transitive_includes/cxx26.csv

  Log Message:
  -----------
  [libc++] Avoid including <string> in <mutex> (#116254)



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