mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
[quickfix]: fix exception specification (#31797)
This commit is contained in:
parent
7620e50bae
commit
396fca31e6
@ -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
|
||||
|
@ -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)",
|
||||
|
@ -6922,7 +6922,7 @@
|
||||
},
|
||||
"quickfix": {
|
||||
"baseline": "1.15.1",
|
||||
"port-version": 8
|
||||
"port-version": 9
|
||||
},
|
||||
"quill": {
|
||||
"baseline": "2.9.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "08f8b2eb6b5493a1faae9707021fe1d287ed6fa5",
|
||||
"version": "1.15.1",
|
||||
"port-version": 9
|
||||
},
|
||||
{
|
||||
"git-tree": "a8cdc0c05fb161bb28059f93d8dc05ea60d4c118",
|
||||
"version": "1.15.1",
|
||||
|
Loading…
Reference in New Issue
Block a user