[quickfix]: fix exception specification (#31797)

This commit is contained in:
Jia Yue Hua 2023-06-06 04:40:50 +08:00 committed by GitHub
parent 7620e50bae
commit 396fca31e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -75,7 +75,7 @@ index 0aa2cd3e..2829e110 100644
#endif
+#ifdef __cpp_noexcept_function_type
+#define QUICKFIX_THROW(...) noexcept(false)
+#define QUICKFIX_THROW(...) noexcept
+#else
+#define QUICKFIX_THROW(...) throw(__VA_ARGS__)
+#endif

View File

@ -1,7 +1,7 @@
{
"name": "quickfix",
"version": "1.15.1",
"port-version": 8,
"port-version": 9,
"description": "QuickFIX is a free and open source implementation of the FIX protocol.",
"homepage": "https://github.com/quickfix/quickfix",
"supports": "!uwp & !(osx & arm64)",

View File

@ -6922,7 +6922,7 @@
},
"quickfix": {
"baseline": "1.15.1",
"port-version": 8
"port-version": 9
},
"quill": {
"baseline": "2.9.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "08f8b2eb6b5493a1faae9707021fe1d287ed6fa5",
"version": "1.15.1",
"port-version": 9
},
{
"git-tree": "a8cdc0c05fb161bb28059f93d8dc05ea60d4c118",
"version": "1.15.1",