commit | 3c989bcda6f9c5dfed78f2c69e364e5eea46e023 | [log] [tgz] |
---|---|---|
author | Louis Dionne <ldionne@apple.com> | Mon Sep 28 17:29:52 2020 -0400 |
committer | Louis Dionne <ldionne@apple.com> | Mon Sep 28 17:44:31 2020 -0400 |
tree | 2aceb091d620feb802c1e3712dad312702e86bef | |
parent | 5ffe515ed655de73515050ae410d53e3d69c3179 [diff] |
[libc++] Fix constexpr dynamic allocation on GCC 10 We're technically not allowed by the Standard to call ::operator new in constexpr functions like __libcpp_allocate. Clang doesn't seem to complain about it, but GCC does. Cr-Mirrored-From: https://chromium.googlesource.com/external/github.com/llvm/llvm-project Cr-Mirrored-Commit: d092c912885cc152bef27019525b8fd0761aaaa2