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
+2 -2
View File
@@ -5,7 +5,7 @@
"John Maddock", "John Maddock",
"Christopher Kormanyos" "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": [ "category": [
"Math" "Math"
], ],
@@ -13,5 +13,5 @@
"John Maddock <john -at- johnmaddock.co.uk>", "John Maddock <john -at- johnmaddock.co.uk>",
"christopher Kormanyos <e_float -at- yahoo.com>" "christopher Kormanyos <e_float -at- yahoo.com>"
], ],
"cxxstd": "11" "cxxstd": "14"
} }