diff options
author | Louis Dionne <ldionne.2@gmail.com> | 2020-12-14 16:58:52 -0500 |
---|---|---|
committer | Louis Dionne <ldionne.2@gmail.com> | 2020-12-14 17:47:43 -0500 |
commit | b3d1d1f4fff816423ea8c652d8d849aacc4c6ce8 (patch) | |
tree | 4b13b1f7d8bd8df453ddd2496dcf2118f2d71fac /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 3b7280f5e4aec935c7debf68e792c1aad2f7c5a7 (diff) | |
download | llvm-b3d1d1f4fff816423ea8c652d8d849aacc4c6ce8.zip llvm-b3d1d1f4fff816423ea8c652d8d849aacc4c6ce8.tar.gz llvm-b3d1d1f4fff816423ea8c652d8d849aacc4c6ce8.tar.bz2 |
[libc++] Remove unnecessary static assertion in allocate_shared
Checking that `T` is constructible from `Args...` is technically not
required by the Standard, although any implementation will obviously
error out if that's not satisfied. However, this check is incompatible
with using Allocator construction in the control block (upcoming change
as part of implementing P0674), so I'm removing it now to reduce the
upcoming diff as much as possible.
Differential Revision: https://reviews.llvm.org/D93246
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions