This is an implementation detail for move_only_function (and potentially other type-erasing classes).
Details
Details
- Reviewers
EricWF ldionne - Group Reviewers
Restricted Project - Commits
- rGa3490920615e: [libc++] Add __small_buffer
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
I mainly glossed over it to see what it does.
libcxx/include/__utility/small_buffer.h | ||
---|---|---|
35 | Small nit, since this is C++23, this could be a requires instead of a static_assert. |