[all-commits] [llvm/llvm-project] a34909: [libc++] Add __small_buffer
philnik777 via All-commits
all-commits at lists.llvm.org
Thu Oct 26 08:26:08 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a3490920615e963732d70df2ef77eafa35b8ee0f
https://github.com/llvm/llvm-project/commit/a3490920615e963732d70df2ef77eafa35b8ee0f
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2023-10-26 (Thu, 26 Oct 2023)
Changed paths:
M libcxx/include/CMakeLists.txt
A libcxx/include/__utility/small_buffer.h
M libcxx/include/module.modulemap.in
A libcxx/test/libcxx/utilities/utility/small_buffer.pass.cpp
Log Message:
-----------
[libc++] Add __small_buffer
This is an implementation detail for `move_only_function` (and potentially other type-erasing classes).
Reviewed By: #libc, ldionne
Spies: Mordante, ldionne, EricWF, libcxx-commits
Differential Revision: https://reviews.llvm.org/D140259
More information about the All-commits
mailing list