File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ General information:
12
12
depend on GTK+ or gtkmm.
13
13
14
14
Further information is available on the libsigc++ project home page:
15
- http ://libsigc.sourceforge.net /
15
+ https ://libsigcplusplus.github.io/libsigcplusplus /
16
16
17
17
18
18
License information:
@@ -24,11 +24,12 @@ License information:
24
24
Contact information:
25
25
Maintainer: mailto: murrayc@murrayc.com
26
26
Maillist: mailto: libsigc-list@gnome.org
27
- Homepage: http ://libsigc.sourceforge.net
27
+ Homepage: https ://libsigcplusplus.github.io/libsigcplusplus/
28
28
Online reference documentation: https://developer.gnome.org/libsigc++/unstable/
29
29
Download: http://ftp.gnome.org/pub/GNOME/sources/libsigc++/
30
30
https://download.gnome.org/sources/libsigc++/
31
- Git: https://git.gnome.org/browse/libsigcplusplus/
31
+ Git: https://github.com/libsigcplusplus/libsigcplusplus
32
+ Bug reports: https://github.com/libsigcplusplus/libsigcplusplus/issues
32
33
33
34
34
35
Overview of the distribution:
@@ -51,4 +52,5 @@ Overview of the distribution:
51
52
52
53
Compatibility:
53
54
54
- Compatible compilers must support C++14, such as the decltype(auto) specifier.
55
+ Compatible compilers must support C++17, such as the decltype(auto) specifier
56
+ (from C++14) and std::invoke().
You can’t perform that action at this time.
0 commit comments