We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Commit 3bcd3ce changed the #if in os.h to include SPDLOG_WCHAR_FILENAMES, but wstring_view_t in common.h is only defined for SPDLOG_WCHAR_TO_UTF8_SUPPORT.
#if
os.h
SPDLOG_WCHAR_FILENAMES
wstring_view_t
common.h
SPDLOG_WCHAR_TO_UTF8_SUPPORT
The text was updated successfully, but these errors were encountered:
Fix issue #1249
188afe2
Fixed. Thanks for reporting
Sorry, something went wrong.
Update Maintainers (gabime#1249)
b46cd6f
No branches or pull requests
Commit 3bcd3ce changed the
#if
inos.h
to includeSPDLOG_WCHAR_FILENAMES
, butwstring_view_t
incommon.h
is only defined forSPDLOG_WCHAR_TO_UTF8_SUPPORT
.The text was updated successfully, but these errors were encountered: