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
Hi.Thanks for the awesome lib. However, on Linux (Ubuntu 16.04, G++ 6.3.0) there are 2 issues:
Compiler flags -pg and -fomit-frame-pointer can't live together (compiler error)
crn_vector.cpp lines 25/26: size_t must be explicitly cast to uint64.
The text was updated successfully, but these errors were encountered:
2nd error may have been fixed in #25.
Sorry, something went wrong.
No branches or pull requests
Hi.Thanks for the awesome lib. However, on Linux (Ubuntu 16.04, G++ 6.3.0) there are 2 issues:
Compiler flags -pg and -fomit-frame-pointer can't live together (compiler error)
crn_vector.cpp lines 25/26: size_t must be explicitly cast to uint64.
The text was updated successfully, but these errors were encountered: