Fix the redirects from the old documentation locations

This commit is contained in:
Gennaro Prota
2025-10-30 10:39:22 +01:00
committed by Gennaro Prota
parent f12c918881
commit e19c647bc7
5 changed files with 18 additions and 5 deletions

View File

@@ -6,7 +6,6 @@
"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"
],