[all-commits] [llvm/llvm-project] 73cd84: [NFC][libc++] Adds (multi|)(map|set) forward decla...

Mark de Wever via All-commits all-commits at lists.llvm.org
Thu Mar 20 10:00:23 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 73cd84a90e074e32160de9216b12c1737e96362d
      https://github.com/llvm/llvm-project/commit/73cd84a90e074e32160de9216b12c1737e96362d
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2025-03-20 (Thu, 20 Mar 2025)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__functional/operations.h
    M libcxx/include/__fwd/functional.h
    A libcxx/include/__fwd/map.h
    A libcxx/include/__fwd/set.h
    M libcxx/include/__tree
    M libcxx/include/map
    M libcxx/include/module.modulemap
    M libcxx/include/set

  Log Message:
  -----------
  [NFC][libc++] Adds (multi|)(map|set) forward declarations. (#131541)

This removes duplicated forward declarations of these classes.

closes: #131518



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