Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
51 lines (41 loc) · 2.15 KB

stdexcept.md

File metadata and controls

51 lines (41 loc) · 2.15 KB

Header <stdexcept> implementation status

Reference
Implementation

  • : Cannot implement with language itself. Need compiler support. Used C++ N STL
  • : Partially implemented with C++ N
  • : Fully implemented with C++ N
  • : Not yet implemented
Features Standard Implemented in
Classes
logic_error
invalid_argument
domain_error
length_error
out_of_range
runtime_error
range_error
overflow_error
underflow_error
exception