commit | 19b1c83593091947cfa4357199879b346de81cac | [log] [tgz] |
---|---|---|
author | Eric Fiselier <eric@efcs.ca> | Fri Jan 20 06:27:34 2017 +0000 |
committer | Eric Fiselier <eric@efcs.ca> | Fri Jan 20 06:27:34 2017 +0000 |
tree | 9b23786bdc222122ff05422a269a4297d9a1c55f | |
parent | 478f902c62af8a4315c5fa5ec869892f869bee5f [diff] |
Still expose std::align_val_t in C++17 even if we don't have aligned new/delete. r292564 disabled the aligned new/delete overloads on platforms without posix_memalign. Unfortunately that patch also disabled the align_val_t definition in C++17 as well. This patch causes align_val_t to be exposed in C++17 regardless of if we have the new/delete overloads. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@292582 91177308-0d34-0410-b5e6-96231b3b80d8