(C++) system\_error.h

February 24, 2017 · View on GitHub

 

 

 

 

 

(C++) C++11 system_error.h

 

system_error.h is a C++11 STL header file, containing the definition of (among others) std::system_error.

 

 

 

 

 

Advice

 

 

 

 

 

 

References

 

  1. Bjarne Stroustrup. The C++ Programming Language (4th edition). 2013. ISBN: 978-0-321-56384-2. Chapter 30.5. Advice. page 884: '[15] If you can't use exceptions, consider <system_error>'