devel/cdecl: update to 11.6
ChangeLog: C++23 integer literal suffixes The case-insensitive integer literal suffixes of uz and zu for size_t and z for ssize_t are now supported. C++23 operator[] Now allowing operator[] to have zero or more arguments starting in C++23. Fixed bug with array of function Given: cdecl> explain int f[5](double) declare f as function (double) returning int cdecl (1) incorrectly elided the array and therefore (2) didn't report the array of function as an error. typedef of function typedefs of function are now correctly allowed: typedef int F(void)
This commit is contained in:
parent
191ada7a54
commit
b63b0b7885
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: David O'Brien (obrien@NUXI.com)
|
||||
|
||||
PORTNAME= cdecl
|
||||
PORTVERSION= 11.5
|
||||
PORTVERSION= 11.6
|
||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||
CATEGORIES= devel
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1636642984
|
||||
SHA256 (paul-j-lucas-cdecl-cdecl-11.5_GH0.tar.gz) = 2375660a1ab0edb0b48dc5625b6efac3bcce4d21075e7bf72248d1d73957ea34
|
||||
SIZE (paul-j-lucas-cdecl-cdecl-11.5_GH0.tar.gz) = 743236
|
||||
TIMESTAMP = 1638556629
|
||||
SHA256 (paul-j-lucas-cdecl-cdecl-11.6_GH0.tar.gz) = cbab9308b03732b320264f5abc7155db0723788e9bdf71bb87a5d92ae610d03a
|
||||
SIZE (paul-j-lucas-cdecl-cdecl-11.6_GH0.tar.gz) = 745800
|
||||
|
|
Loading…
Reference in a new issue