C++ Logo

std-proposals

Advanced search

[std-proposals] Make std::vector<bool> and std::bitset the same interface

From: blacktea hamburger <greenteahamburger_at_[hidden]>
Date: Sat, 15 Oct 2022 19:12:31 +0800
I think they should only have the distinction of whether they are dynamic
or not, so their interfaces should be the same.

In addition, there has been a proposal to remove the std::vector<bool>
specialization and add std::dynamic_bitset, why did the committee disagree
with it?

Received on 2022-10-15 11:12:34