You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are now using a new call for fatal errors, ILLIXR::abort(), defined in a new utility header called common/error_util.hpp. Existing calls to abort() are now ambiguous between the ILLIXR and std namespaces.
We are now using a new call for fatal errors,
ILLIXR::abort()
, defined in a new utility header calledcommon/error_util.hpp
. Existing calls toabort()
are now ambiguous between theILLIXR
andstd
namespaces.See PR #227.
The text was updated successfully, but these errors were encountered: