std::vector<bool> rebinds the supplied allocator to construct objects
of type '__storage_type' rather than 'bool'. Allocators are allowed to
use explicit conversion constructors, so care must be taken when
performing conversions.
Details
Details
- Reviewers
ldionne • Quuxplusone - Group Reviewers
Restricted Project - Commits
- rG49be23a1eb57: [libcxx] Support allocators with explicit c-tors in vector<bool>
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo