mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
SoltestErrors: Qualify runtime_error with std:: to make it possible to use in in headers
This commit is contained in:
parent
f72592549b
commit
28b9d27fae
@ -25,7 +25,7 @@ namespace solidity::frontend::test
|
|||||||
do \
|
do \
|
||||||
{ \
|
{ \
|
||||||
if (!(CONDITION)) \
|
if (!(CONDITION)) \
|
||||||
BOOST_THROW_EXCEPTION(runtime_error(DESCRIPTION)); \
|
BOOST_THROW_EXCEPTION(std::runtime_error(DESCRIPTION)); \
|
||||||
} \
|
} \
|
||||||
while (false)
|
while (false)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user