Mark util::not_implemented as noreturn

This commit is contained in:
Nikita Lisitsa 2022-02-25 18:49:27 +03:00
parent df2003cbf6
commit 47231dfd92

View file

@ -3,6 +3,6 @@
namespace psemek::util
{
void not_implemented();
[[noreturn]] void not_implemented();
}