fatal error: 'bits/stdc++.h' file not found

Revision en2, by fahadkabir123, 2023-01-31 14:19:54

Using MACOS Ventura and Sublime text 3. Also upgrade 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.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English fahadkabir123 2023-01-31 14:19:54 40
en1 English fahadkabir123 2023-01-31 14:17:21 787 Initial revision (published)