ClickHouse/src/Common/LoggingFormatStringHelpers.cpp
2023-01-26 10:52:47 +01:00

8 lines
177 B
C++

#include <Common/LoggingFormatStringHelpers.h>
[[noreturn]] void functionThatFailsCompilationOfConstevalFunctions(const char * error)
{
throw std::runtime_error(error);
}