Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
murraycu committed Mar 8, 2016
1 parent 6c23bed commit 658455b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions NEWS
@@ -0,0 +1,23 @@
0.0.2:

* Use perfect forwarding.
(Murray Cumming)
* Make tuple_*() functions constexpr.
(Murray Cumming)
* Remove tuple_for_each_const() because tuple_for_each() is now generic enough.
(Murray Cumming)
* tuple_for_each(), tuple_transform_each(): Iterate from start to end,
not in reverse.
(Murray Cumming)
* tuple_type_cdr<>: Simplify the implementation.
(Jonathan Wakely)
* Allow use with std::ref()ed tuple elements.
(Jonathan Wakely)
* Do not use anyonymous namespace in public headers,
to avoid violating the One Definition Rule.
(Jonathan Wakely)


0.0.1:

* Initial release
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT([murrayc-tuple-utils],[0.0.1])
AC_INIT([murrayc-tuple-utils],[0.0.2])
AC_PREREQ(2.63)

AC_CONFIG_SRCDIR([tests/test_tuple_cdr.cc])
Expand Down

0 comments on commit 658455b

Please sign in to comment.