Path to this page:
Subject: CVS commit: pkgsrc/devel/libsigc++
From: Adam Ciarcinski
Date: 2012-10-08 17:12:10
Message id: 20121008151210.334FF175DD@cvs.netbsd.org
Log Message:
Changes 2.2.11:
* Fix comma operator in libsigc++ lambda expressions.
* Added SIGC_FUNCTORS_DEDUCE_RESULT_TYPE_WITH_DECLTYPE.
This allows most uses of libsigc++'s lambda expressions to be
replaced by standard C++11 lambda expressions.
* Use std::size_t and std::ptrdiff_t instead
* Fix 'make check' with gcc 4.7.
* Enable test_lambda in 'make check'.
Files: