summaryrefslogtreecommitdiff
path: root/src/strings/pair.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/pair.hpp')
-rw-r--r--src/strings/pair.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/strings/pair.hpp b/src/strings/pair.hpp
index a519ddb..a592a91 100644
--- a/src/strings/pair.hpp
+++ b/src/strings/pair.hpp
@@ -28,9 +28,7 @@
namespace strings
{
// TODO instead typedef ranges::Contiguous<const char>
- // or whatever it becomes once it exists.
- // const_array is just a hack, as evidenced by the fact
- // that it's not really const.
+ // or whatever it becomes once it exists (probably grown from Slice).
class XPair
{
const char *_begin;