123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "files.associations": {
- "array": "cpp",
- "hash_map": "cpp",
- "initializer_list": "cpp",
- "utility": "cpp",
- "*.tcc": "cpp",
- "cctype": "cpp",
- "clocale": "cpp",
- "cmath": "cpp",
- "cstdarg": "cpp",
- "cstddef": "cpp",
- "cstdint": "cpp",
- "cstdio": "cpp",
- "cstdlib": "cpp",
- "cstring": "cpp",
- "ctime": "cpp",
- "cwchar": "cpp",
- "cwctype": "cpp",
- "deque": "cpp",
- "list": "cpp",
- "unordered_map": "cpp",
- "vector": "cpp",
- "exception": "cpp",
- "fstream": "cpp",
- "functional": "cpp",
- "iomanip": "cpp",
- "iosfwd": "cpp",
- "iostream": "cpp",
- "istream": "cpp",
- "limits": "cpp",
- "memory": "cpp",
- "new": "cpp",
- "ostream": "cpp",
- "numeric": "cpp",
- "sstream": "cpp",
- "stdexcept": "cpp",
- "streambuf": "cpp",
- "system_error": "cpp",
- "cinttypes": "cpp",
- "type_traits": "cpp",
- "tuple": "cpp",
- "typeinfo": "cpp"
- }
- }
|