From fcef4c013b7b99d071aa931079e79eb310632848 Mon Sep 17 00:00:00 2001 From: Krystian Stasiowski Date: Fri, 14 Feb 2020 23:32:41 -0500 Subject: [PATCH] Update docs --- doc/qbk/main.qbk | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/qbk/main.qbk b/doc/qbk/main.qbk index 08c07d3..9d30d5c 100644 --- a/doc/qbk/main.qbk +++ b/doc/qbk/main.qbk @@ -76,8 +76,6 @@ The over-arching design goal is to resemble the interface and behavior of maximum allowed size of the string, `std::length_error` is thrown if exceptions are enabled. All algorithms which throw exceptions provide the strong exception safety guarantee. This is intended to be a drop in replacement for `std::string`. -All the operations for `static_string` work when the source of the operation is within -the string itself. The API of `static_string` only diverges from `std::string` in few places, being `substr` for which this implementation returns a string view instead of `static_string`,