Remove musttail definition in test.cpp
This commit is contained in:
10
src/test.cpp
10
src/test.cpp
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user