This commit is contained in:
2025-10-25 03:02:53 +03:00
commit 043225d523
3416 changed files with 681196 additions and 0 deletions

11
cppdraft/debugging/syn.md Normal file
View File

@@ -0,0 +1,11 @@
[debugging.syn]
# 19 Diagnostics library [[diagnostics]](./#diagnostics)
## 19.7 Debugging [[debugging]](debugging#syn)
### 19.7.2 Header <debugging> synopsis [debugging.syn]
[🔗](#header:%3cdebugging%3e)
// all freestandingnamespace std {// [[debugging.utility]](debugging.utility "19.7.3Utility"), utilityvoid breakpoint() noexcept; void breakpoint_if_debugging() noexcept; bool is_debugger_present() noexcept;}