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
With #158 we're going to have a nontrivial macro so we'll need to actually instantiate the macro to make sure it builds.
The text was updated successfully, but these errors were encountered:
I started writing some, and here's a fun tidbit: ULL, and even UINT64_MAX, don't officially work before C++11.
ULL
UINT64_MAX
./main.inl:20:22: error: 'long long' is a C++11 extension [-Werror,-Wc++11-long-long] uint64_t z = UINT64_MAX; ^
Sorry, something went wrong.
We have some tests; all the remaining work is part of #158, so I'm just going to consolidate this into that.
kainino0x
No branches or pull requests
With #158 we're going to have a nontrivial macro so we'll need to actually instantiate the macro to make sure it builds.
The text was updated successfully, but these errors were encountered: