2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-30 08:22:18 +00:00
This commit is contained in:
joaquintides
2014-11-12 13:21:40 +01:00
parent b9c4976dc4
commit 89246b122a

View File

@@ -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.