diff --git a/dynamic_bitset.html b/dynamic_bitset.html
index a707627..079bafa 100644
--- a/dynamic_bitset.html
+++ b/dynamic_bitset.html
@@ -210,6 +210,8 @@ public:
dynamic_bitset& flip(size_type n, size_type len);
dynamic_bitset& flip(size_type n);
dynamic_bitset& flip();
+ bool at(size_type n) const;
+ reference at(size_type n);
bool test(size_type n) const;
bool test_set(size_type n, bool val = true);
bool all() const;
@@ -1252,7 +1254,7 @@ returns false.
-bool at(size_type n) const +bool at(size_type n) constPrecondition: n < this->size().