[all-commits] [llvm/llvm-project] a805a1: [libc++] Remove workaround for missing declaration...

Louis Dionne via All-commits all-commits at lists.llvm.org
Fri Mar 11 06:09:28 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a805a15b287f9afa63f127568619c300f756fd36
      https://github.com/llvm/llvm-project/commit/a805a15b287f9afa63f127568619c300f756fd36
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2022-03-11 (Fri, 11 Mar 2022)

  Changed paths:
    M libcxx/include/__config
    M libcxx/include/cstdlib

  Log Message:
  -----------
  [libc++] Remove workaround for missing declarations on Windows store apps

We don't need preprocessor logic to exclude those declarations when compiling for
the Windows App Store, because that is handled by using_if_exists now.

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




More information about the All-commits mailing list