mirror of
https://github.com/FirestormViewer/phoenix-firestorm.git
synced 2026-08-14 00:48:30 +00:00
[FIRE-36241] Fixed incorrect make_string_view macro for CATZNIP_STRINGVIEW
This commit is contained in:
@@ -396,7 +396,7 @@ enum ERlvAttachGroupType
|
||||
|
||||
#ifdef CATZNIP_STRINGVIEW
|
||||
using namespace std::literals;
|
||||
#define make_string_view(s) "#s"sv
|
||||
#define make_string_view(s) s##sv
|
||||
#endif
|
||||
|
||||
namespace RlvSettingNames
|
||||
|
||||
Reference in New Issue
Block a user