mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
parent
f0e3ff81f9
commit
d65660760b
@ -68,9 +68,9 @@
|
|||||||
|
|
||||||
namespace gsl
|
namespace gsl
|
||||||
{
|
{
|
||||||
struct fail_fast : public std::runtime_error
|
struct fail_fast : public std::logic_error
|
||||||
{
|
{
|
||||||
explicit fail_fast(char const* const message) : std::runtime_error(message) {}
|
explicit fail_fast(char const* const message) : std::logic_error(message) {}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user