Remove musttail definition in test.cpp
This commit is contained in:
10
src/test.cpp
10
src/test.cpp
@@ -118,16 +118,6 @@
|
||||
|
||||
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"({
|
||||
"a number": 12345,
|
||||
"true": true,
|
||||
|
||||
Reference in New Issue
Block a user