added JSON support to select the services

This commit is contained in:
2025-05-27 21:33:15 +02:00
parent d9d0643dfc
commit 1e9a377c2a
19 changed files with 26060 additions and 139 deletions

View File

@@ -81,6 +81,12 @@
"typeinfo": "cpp",
"valarray": "cpp",
"variant": "cpp",
"*.ipp": "cpp"
"*.ipp": "cpp",
"expected": "cpp",
"queue": "cpp",
"stack": "cpp",
"strstream": "cpp",
"complex": "cpp",
"typeindex": "cpp"
}
}