2
0
mirror of https://github.com/boostorg/any.git synced 2026-01-19 04:02:08 +00:00
Files
any/meta/libraries.json
2023-09-04 09:37:22 +03:00

17 lines
343 B
JSON

{
"key": "any",
"name": "Any",
"authors": [
"Kevlin Henney"
],
"description": "Safe, generic container for single values of different value types.",
"std": [ "c++17" ],
"category": [
"Data"
],
"maintainers": [
"Antony Polukhin <antoshkka -at- gmail.com>"
],
"cxxstd": "11"
}