[all-commits] [llvm/llvm-project] c775d6: [libc++] Make the body of println(FILE*) dependent...

Braden Ganetsky via All-commits all-commits at lists.llvm.org
Sun Jun 14 22:35:52 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c775d6e52b3340fa4669cfae8d1a83d968db7747
      https://github.com/llvm/llvm-project/commit/c775d6e52b3340fa4669cfae8d1a83d968db7747
  Author: Braden Ganetsky <10316270+k3DW at users.noreply.github.com>
  Date:   2026-06-15 (Mon, 15 Jun 2026)

  Changed paths:
    M libcxx/include/print

  Log Message:
  -----------
  [libc++] Make the body of println(FILE*) dependent on the template parameter to avoid template instantiation (#200996)

Make the function parameter of the `std::print` call inside the
`std::println` overload taking `FILE*` dependent on the template
parameter to avoid eager instantiation.



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