Update cxxstd field (#538)

[ci skip]
This commit is contained in:
Matt Borland 2023-02-27 10:03:47 -08:00 committed by GitHub
parent be28491573
commit 06f05c712e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
"John Maddock",
"Christopher Kormanyos"
],
"description": "Extended precision arithmetic types for floating point, integer andrational arithmetic.",
"description": "Extended precision arithmetic types for floating point, integer, and rational arithmetic.",
"category": [
"Math"
],
@ -13,5 +13,5 @@
"John Maddock <john -at- johnmaddock.co.uk>",
"christopher Kormanyos <e_float -at- yahoo.com>"
],
"cxxstd": "11"
"cxxstd": "14"
}