mirror of
https://github.com/boostorg/website.git
synced 2026-01-30 08:22:18 +00:00
typo
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user