Add 'cxxstd' to meta/libraries.json

This commit is contained in:
Peter Dimov 2022-08-15 19:32:03 +03:00
parent 7824b74a27
commit 20420e134f

View File

@ -10,5 +10,6 @@
"description": "A C++14 lambda library.", "description": "A C++14 lambda library.",
"category": [ "category": [
"Function-objects" "Function-objects"
] ],
"cxxstd": "14"
} }