mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-25 02:15:57 +00:00
commit
65b90ea816
@ -657,7 +657,7 @@ printMessage<10>(); // Prints "Learn C++ faster in only 10 minutes!"
|
|||||||
|
|
||||||
// The standard library provides a few exception types
|
// The standard library provides a few exception types
|
||||||
// (see http://en.cppreference.com/w/cpp/error/exception)
|
// (see http://en.cppreference.com/w/cpp/error/exception)
|
||||||
// but any type can be thrown an as exception
|
// but any type can be thrown as an exception
|
||||||
#include <exception>
|
#include <exception>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user