From 20420e134f7a2738b7b36db24e9cfbd39e130675 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 15 Aug 2022 19:32:03 +0300 Subject: [PATCH] Add 'cxxstd' to meta/libraries.json --- meta/libraries.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/libraries.json b/meta/libraries.json index db6b29d..30378a5 100644 --- a/meta/libraries.json +++ b/meta/libraries.json @@ -10,5 +10,6 @@ "description": "A C++14 lambda library.", "category": [ "Function-objects" - ] + ], + "cxxstd": "14" }