mirror of https://github.com/davisking/dlib.git
updated docs
This commit is contained in:
parent
e70a370ce4
commit
010f87a606
|
@ -21,7 +21,7 @@
|
||||||
containers without encountering the overhead of the massive copying
|
containers without encountering the overhead of the massive copying
|
||||||
that would likely result if you did the same thing with the STL. It
|
that would likely result if you did the same thing with the STL. It
|
||||||
also means you can store objects that are not copyable inside these
|
also means you can store objects that are not copyable inside these
|
||||||
containers, which is not something you can do with the STL.
|
containers, which is not something you can do with the STL prior to C++11.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in New Issue