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
lots of stuff is currently super annoying that's neat in c++20, but nothing supports c++20 so idk...
maybe cool preprocessing could be done to use old stuff for compilers that don't support c++20...
Anyways things I would love to change:
std::starts_with
constexpr std::span<const std::byte> someBytes = std::embed("pathToFile");
__FILE__
<<
The text was updated successfully, but these errors were encountered:
No branches or pull requests
lots of stuff is currently super annoying that's neat in c++20, but nothing supports c++20 so idk...
maybe cool preprocessing could be done to use old stuff for compilers that don't support c++20...
Anyways things I would love to change:
std::starts_with
https://github.com/ZerataX/yacx/blob/9610f7cb245a4b41b6ea8bf06050b5d179bd480c/include/yacx/Logger.hpp#L54something like:
__FILE__
etc<<
for e.g. the loggerThe text was updated successfully, but these errors were encountered: