2
0
mirror of https://github.com/boostorg/compat.git synced 2026-01-19 04:02:16 +00:00

Initial commit

This commit is contained in:
Peter Dimov
2023-05-13 21:01:18 +03:00
parent 96c5b8de2c
commit 079e3b8c8c
16 changed files with 623 additions and 0 deletions

15
meta/libraries.json Normal file
View File

@@ -0,0 +1,15 @@
{
"key": "compat",
"name": "Compat",
"authors": [
"Peter Dimov"
],
"maintainers": [
"Peter Dimov <pdimov -at- gmail.com>"
],
"description": "C++11 implementations of standard components added in later C++ standards.",
"category": [
"Emulation", "Programming"
],
"cxxstd": "11"
}