- OS and version: MacOS Catalina:
- VS Code Version: 1.43
- C/C++ Extension Version: ms-vscode.cpptools
All extensions disabled except one ms-vscode.cpptools which is required to run C++ in vscode as per docs.
When I try to build my program including a vector usage. It reports to me with the error mentioned in the title.
Example usage might look like
vector<vector<int>> &matrix