diff --git a/src/Magnum/Text/Renderer.cpp b/src/Magnum/Text/Renderer.cpp index 7392030ba..532ba678a 100644 --- a/src/Magnum/Text/Renderer.cpp +++ b/src/Magnum/Text/Renderer.cpp @@ -382,10 +382,6 @@ std::tuple, Range2D> renderVerticesInternal(AbstractFont& fo Vector2 linePosition; /* Temp buffer so we don't allocate for each new line */ - /** - * @todo C++1z: use std::string_view to avoid the one allocation and all - * the copying altogether - */ std::string line; line.reserve(text.size());