Commit 010f87a6 authored by Davis King's avatar Davis King

updated docs

parent e70a370c
...@@ -21,7 +21,7 @@ ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment