diff --git a/meta/libraries.json b/meta/libraries.json index 7641824..a03839d 100644 --- a/meta/libraries.json +++ b/meta/libraries.json @@ -5,13 +5,13 @@ "Jeremy Siek", "Chuck Allison" ], - "description": "The dynamic_bitset class represents a set of bits. It provides accesses to the value of individual bits via an 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 is specified at runtime via a parameter to the constructor of the dynamic_bitset.", + "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": [ - "Containers" + "Data structures" ], "maintainers": [ - "Jeremy Siek " + "Gennaro Prota " ], "cxxstd": "11" }