summaryrefslogtreecommitdiff
path: root/src/strings/base.tcc
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2018-03-05 10:33:42 -0500
committergumi <git@gumi.ca>2018-03-05 11:10:24 -0500
commitb715733df6e93ca981b976d667809ac3bc60928f (patch)
tree25f195f708b198011db5aa3d395c1cc566fe8dc7 /src/strings/base.tcc
parentcb7432c72aa2e52ac48cbf98c51e23f068eb3d36 (diff)
downloadtmwa-b715733df6e93ca981b976d667809ac3bc60928f.tar.gz
tmwa-b715733df6e93ca981b976d667809ac3bc60928f.tar.bz2
tmwa-b715733df6e93ca981b976d667809ac3bc60928f.tar.xz
tmwa-b715733df6e93ca981b976d667809ac3bc60928f.zip
un-deprecate operator[] on pseudo-strings
There's no reason for it to be deprecated in the first place
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];