mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 10:52:30 +00:00
8 lines
177 B
C++
8 lines
177 B
C++
#include <Common/LoggingFormatStringHelpers.h>
|
|
|
|
[[noreturn]] void functionThatFailsCompilationOfConstevalFunctions(const char * error)
|
|
{
|
|
throw std::runtime_error(error);
|
|
}
|
|
|