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
Build fails with clang-6 on on FreeBSD:
../../../../../src/lib/chemistry/qc/mbptr12/transform_tbint.h:64:23: error: in-class initializer for static data member of type 'const double' requires 'constexpr' specifier [-Wstatic-float-init] static const double zero_integral = 1.0e-12; ^ ~~~~~~~ ../../../../../src/lib/chemistry/qc/mbptr12/transform_tbint.h:64:3: note: add 'constexpr' static const double zero_integral = 1.0e-12; ^ constexpr
The text was updated successfully, but these errors were encountered:
You need to specify -std=c++98.
-std=c++98
Sorry, something went wrong.
this is version 2.3.1?
Yes, this is version 2.3.1?
Is this the latest version? The releases page has a recent tag release-1-0 for some reason.
release-1-0
No branches or pull requests
Build fails with clang-6 on on FreeBSD:
The text was updated successfully, but these errors were encountered: