diff options
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 4b30768..7395e06 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -59,6 +59,9 @@ "typeindex": "cpp", "typeinfo": "cpp", "__config": "cpp", - "__nullptr": "cpp" + "__nullptr": "cpp", + "hash_map": "cpp", + "strstream": "cpp", + "algorithm": "cpp" } }
\ No newline at end of file |
