summaryrefslogtreecommitdiff
path: root/src/strings/base.tcc
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/base.tcc')
-rw-r--r--src/strings/base.tcc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/strings/base.tcc b/src/strings/base.tcc
index 83dff70..47d1d1e 100644
--- a/src/strings/base.tcc
+++ b/src/strings/base.tcc
@@ -145,7 +145,6 @@ namespace strings
}
template<class T, class O, class P>
- __attribute__((deprecated))
char _crtp_string<T, O, P>::operator[](size_t i) const
{
return begin()[i];