Update meta/libraries.json

This commit is contained in:
Peter Dimov
2023-10-13 19:24:23 +03:00
parent d0264d6813
commit 32d8199b6c
+2 -2
View File
@@ -10,11 +10,11 @@
"Vicente J. Botet Escriba <vicente.botet -at- wanadoo.fr>"
],
"description":
"Portable C++ multi-threading. C++03, C++11, C++14, C++17.",
"Portable C++ multi-threading. C++11, C++14, C++17.",
"std": [ "proposal" ],
"category": [
"Concurrent", "System"
],
"cxxstd": "03"
"cxxstd": "11"
}
]