This commit is contained in:
aozhiwei 2023-02-28 11:09:50 +08:00
parent e7505277a1
commit ee8724d50b

View File

@ -47,6 +47,6 @@ struct Context \
{ \ { \
__VA_ARGS__ \ __VA_ARGS__ \
}; \ }; \
return std::make_shared(Context);}() return std::make_shared<Context>();}()
const float A8_PI = 3.1415926f; const float A8_PI = 3.1415926f;