[all-commits] [llvm/llvm-project] a4e87d: [libc] Make headers compatible with C++ < 11 (#123...

Roland McGrath via All-commits all-commits at lists.llvm.org
Thu Jan 16 19:22:01 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a4e87da963a67aed33b672582406d576553b2399
      https://github.com/llvm/llvm-project/commit/a4e87da963a67aed33b672582406d576553b2399
  Author: Roland McGrath <mcgrathr at google.com>
  Date:   2025-01-16 (Thu, 16 Jan 2025)

  Changed paths:
    M libc/include/__llvm-libc-common.h

  Log Message:
  -----------
  [libc] Make headers compatible with C++ < 11 (#123260)

C++11 introduced `noexcept`, but `throw()` can be used in older
versions of the language.



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