Using macos ventura and sublime text 3. Also upgrate to recent command line tools 14.2
Sublime test Build system currently I'm using- { "shell_cmd": "g++ -std=c++20 "$$${file}" -o "$$${file_path}/$$${file_base_name}" && "$$${file_path}/${file_base_name}"", "file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$", "working_dir": "${file_path}", "selector": "source.c, source.c++", "variants": [
{ "name": "Run", "shell_cmd": "g++ -std=c++20 \"$$${file}\" -o \"$$${file_path}/$$${file_base_name}\" && \"$$${file_path}/${file_base_name}\"" } ] }
facing the issue - fatal error: 'bits/stdc++.h' file not found.
Anyone please help me out. Thank you.