File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2.99.11: (unstable)
2
+
3
+ libsigc++-3.0 now requires C++17. Use of C++17:
4
+ * Use std::apply to simplify implementation.
5
+ * Use std::invoke to make implementation more generic.
6
+ * Use constexpr if to simplify implementation.
7
+
8
+ Build:
9
+ * Require mm-common 0.9.12
10
+
1
11
2.99.10: (unstable)
2
12
3
13
* slot_base::set_parent(): Create a dummy slot_rep if necessary
Original file line number Diff line number Diff line change 15
15
# # You should have received a copy of the GNU Lesser General Public License
16
16
# # along with this library. If not, see <http://www.gnu.org/licenses/>.
17
17
18
- AC_INIT ( [ libsigc++] , [ 2.99.10 ] ,
18
+ AC_INIT ( [ libsigc++] , [ 2.99.11 ] ,
19
19
[ http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B] ,
20
20
[ libsigc++] , [ http://libsigc.sourceforge.net/] )
21
21
AC_PREREQ ( [ 2.59] )
You can’t perform that action at this time.
0 commit comments