STL/stl/modules/modules.json

15 строки
276 B
C++

{
"version": 1,
"revision": 0,
"library": "microsoft/STL",
"modules": {
"std": {
"source": "std.ixx"
},
"std.compat": {
"source": "std.compat.ixx",
"requires": ["std"]
}
}
}