pkgsrc/devel/mdds
ryoon 98b3b8db53 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()
2014-07-02 13:30:30 +00:00
..
buildlink3.mk Bump PKGREVISION. 2013-10-09 14:29:47 +00:00
DESCR
distinfo Update to 0.10.3 2014-07-02 13:30:30 +00:00
Makefile Update to 0.10.3 2014-07-02 13:30:30 +00:00
PLIST Update to 0.10.1 2014-02-02 10:59:44 +00:00