[all-commits] [llvm/llvm-project] 3e24a7: [libc++] Use the default initializer for char_type...

Louis Dionne via All-commits all-commits at lists.llvm.org
Mon Sep 11 11:17:06 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3e24a77a86090d3d65daaa8f87767776e18864fa
      https://github.com/llvm/llvm-project/commit/3e24a77a86090d3d65daaa8f87767776e18864fa
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2023-09-11 (Mon, 11 Sep 2023)

  Changed paths:
    M libcxx/include/locale
    A libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/user_defined_char_type.pass.cpp

  Log Message:
  -----------
  [libc++] Use the default initializer for char_type in std::num_get::do_get

This is to fix an error that occurs when the char type is a class type.
Thanks to Yichen Yan for the patch.

Differential Revision: https://reviews.llvm.org/D100005




More information about the All-commits mailing list