SHA256
1
0
forked from pool/cdecl

- Update to release 10.0

OBS-URL: https://build.opensuse.org/package/show/devel:tools/cdecl?expand=0&rev=43
This commit is contained in:
Jan Engelhardt 2021-05-27 10:16:22 +00:00 committed by Git OBS Bridge
parent 15c21e9193
commit fd1eb09be9
4 changed files with 13 additions and 4 deletions

3
cdecl-10.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:85c0d1259033fc11f5139b5e0ab90d65fa9fb97deeaee81a268fdbdc4288fbdb
size 1090433

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:87d1b6032da1463aa36d4e884a73681eb6035ce81d6743c5c8cab37532414663
size 1067101

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu May 27 10:07:59 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Update to release 10.0
* cdecl now recognizes "asm" just to say it's not supported.
* Improved operator<=> now checks for usable return type.
* Default relational operators in C++20 are now supported.
* C++'s raw string literals R"delim(...)delim" are now supported.
-------------------------------------------------------------------
Thu Apr 29 18:33:26 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

View File

@ -17,7 +17,7 @@
Name: cdecl
Version: 9.10
Version: 10.0
Release: 0
Summary: C/C++ function declaration translator
License: GPL-3.0-or-later