aboutsummaryrefslogtreecommitdiffstats
path: root/doc/log.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2011-06-13 18:03:33 +0000
committerlloyd <[email protected]>2011-06-13 18:03:33 +0000
commit36ca4c962bf963ad9f76fb2c26202c0679cbd7ae (patch)
tree1ecaf0c2c43b17d276e2083a49a7c36d806d2a13 /doc/log.txt
parentb145e593616e83a4c124bba70d451ef0f03c5f3f (diff)
Add std::swap specialization for memory containers
Diffstat (limited to 'doc/log.txt')
-rw-r--r--doc/log.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt
index b9c6c9230..121d284d6 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -10,6 +10,8 @@ Series 1.10
Version 1.10.0, Not Yet Released
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+* A template specialization of std::swap was added for the memory
+ container types.
Series 1.9
----------------------------------------