system_error.h is a C++11 STL header file, containing the definition of (among others) std::system_error.
- If you can't use exceptions, consider system_error [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>'
