mirror of
https://github.com/boostorg/dynamic_bitset.git
synced 2026-01-19 04:12:09 +00:00
The main fix, here, is not stating that dynamic_bitset is a container. It isn't (at least in the C++ meaning of the term), as specified in the documentation. I'm also taking over as a maintainer, so I added my email address.
18 lines
647 B
JSON
18 lines
647 B
JSON
{
|
|
"key": "dynamic_bitset",
|
|
"name": "Dynamic Bitset",
|
|
"authors": [
|
|
"Jeremy Siek",
|
|
"Chuck Allison"
|
|
],
|
|
"description": "The dynamic_bitset template represents a set of bits. It provides access to the value of individual bits via operator[] and provides all of the bitwise operators that one can apply to builtin integers, such as operator& and operator<<. The number of bits in the set can change at runtime.",
|
|
"documentation": "dynamic_bitset.html",
|
|
"category": [
|
|
"Data structures"
|
|
],
|
|
"maintainers": [
|
|
"Gennaro Prota <firstName.lastName -at- gmail.com>"
|
|
],
|
|
"cxxstd": "11"
|
|
}
|