Remove musttail definition in test.cpp

This commit is contained in:
2025-05-18 11:59:25 -04:00
parent 9f6a04c3e8
commit 249154f0a3

View File

@@ -118,16 +118,6 @@
namespace { namespace {
#ifndef __has_attribute
#define __has_attribute(x) 0
#endif
#if __has_attribute(musttail)
#define MUSTTAIL __attribute__((musttail))
#else
#define MUSTTAIL
#endif
const std::string json = R"({ const std::string json = R"({
"a number": 12345, "a number": 12345,
"true": true, "true": true,