From 06f05c712e91589c532a8a4565be72e4d5a5aebc Mon Sep 17 00:00:00 2001 From: Matt Borland Date: Mon, 27 Feb 2023 10:03:47 -0800 Subject: [PATCH] Update cxxstd field (#538) [ci skip] --- meta/libraries.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/libraries.json b/meta/libraries.json index 8cbc4590..f0523e8f 100644 --- a/meta/libraries.json +++ b/meta/libraries.json @@ -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 ", "christopher Kormanyos " ], - "cxxstd": "11" + "cxxstd": "14" }