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
I am surprised to notice this change that now expects argc and argv to not be nullptr:
argc
argv
nullptr
omega_h/src/Omega_h_library.cpp
Lines 70 to 74 in 140c951
... since Library provides a default constructor:
Library
omega_h/src/Omega_h_library.hpp
Line 13 in 140c951
Blue Brain Project doesn't mind updating its usage to now passes argc and argv, but maybe introduce 2 breaking changes in Library API:
The text was updated successfully, but these errors were encountered:
@tristan0x my bad, it looks like I allowed in some changes that I shouldn't have. I will remove those asserts in a bit.
Sorry, something went wrong.
No branches or pull requests
I am surprised to notice this change that now expects
argc
andargv
to not benullptr
:omega_h/src/Omega_h_library.cpp
Lines 70 to 74 in 140c951
... since
Library
provides a default constructor:omega_h/src/Omega_h_library.hpp
Line 13 in 140c951
Blue Brain Project doesn't mind updating its usage to now passes
argc
andargv
, but maybe introduce 2 breaking changes inLibrary
API:The text was updated successfully, but these errors were encountered: