mirror of
https://github.com/pdewacht/brlaser
synced 2024-12-26 07:28:21 +01:00
Import lest v1.8.0
This commit is contained in:
parent
77ce307fdb
commit
2e37d9d62a
@ -108,6 +108,8 @@ struct message : std::runtime_error
|
||||
const location where;
|
||||
const comment note;
|
||||
|
||||
~message() throw() {} // GCC 4.6
|
||||
|
||||
message( std::string kind, location where, std::string expr, std::string note = "" )
|
||||
: std::runtime_error{ expr }, kind{ kind }, where{ where }, note{ note } {}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user