Skip to content

Support wide char #193

@noujaimc

Description

@noujaimc

Is it possible to support wide char ?

#define MAGIC_ENUM_USING_ALIAS_STRING_VIEW using string_view = std::wstring_view;
#define MAGIC_ENUM_USING_ALIAS_STRING using string = std::wstring;
#include "magic_enum.hpp"

wstring_view name = magic_enum::enum_name(Color::Red);

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions