From 89246b122aaa2fffb0d3aa4057b0ea2fc73ca677 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Wed, 12 Nov 2014 13:21:40 +0100 Subject: [PATCH] typo --- feed/history/boost_1_58_0.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feed/history/boost_1_58_0.qbk b/feed/history/boost_1_58_0.qbk index c3a7d62a..1399fe78 100644 --- a/feed/history/boost_1_58_0.qbk +++ b/feed/history/boost_1_58_0.qbk @@ -55,7 +55,7 @@ m.find("boost"); // passed a const char*, not a std::string ``` In previous versions of the library, the `find` operation generates several temporary - `std::string`s (one every time an internally comparison is made). In sufficiently advanced + `std::string`s (one every time an internal comparison is made). In sufficiently advanced compilers, this is now avoided so that only one temporary is created. * Maintenance fixes.