pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/mdds
Module Name: pkgsrc
Committed By: ryoon
Date: Wed Jul 2 13:30:30 UTC 2014
Modified Files:
pkgsrc/devel/mdds: Makefile distinfo
Log Message:
Update to 0.10.3
Changelog:
mdds 0.10.3
* multi_type_vector
* added 2 variants of release_range() that take start and end positions,
to allow releasing of elements in specified interval. One of the
variants takes iterator as a block position hint.
* iterator release_range(size_type start_pos, size_type end_pos)
* iterator release_range(const iterator& pos_hint, size_type start_pos,
size_type end_pos)
* added push_back() and push_back_empty(), to allow efficient way to
append new values to the end of the container.
* template<typename _T>
iterator push_back(const _T& value)
* iterator push_back_empty()
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/mdds/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/mdds/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index