Mark util::not_implemented as noreturn
This commit is contained in:
parent
df2003cbf6
commit
47231dfd92
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,6 @@
|
||||||
namespace psemek::util
|
namespace psemek::util
|
||||||
{
|
{
|
||||||
|
|
||||||
void not_implemented();
|
[[noreturn]] void not_implemented();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue