summaryrefslogtreecommitdiff
path: root/src/strings/base.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/base.hpp')
-rw-r--r--src/strings/base.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/strings/base.hpp b/src/strings/base.hpp
index b6b3df0..7020b98 100644
--- a/src/strings/base.hpp
+++ b/src/strings/base.hpp
@@ -107,7 +107,6 @@ namespace strings
// the existence of this has led to bugs
// it's not really sane from a unicode perspective anyway ...
// prefer startswith or extract
- __attribute__((deprecated))
char operator[](size_t i) const;
char front() const;
char back() const;