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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
Introduced new preprocessing options to disable override of assignment(=) in v2 map and set templates. This is to workaround a case where intel compiler is producing erroneous results. Disabling everywhere is too risky.
Changed
Behavior of at(key) (without rc) now will not extend the map. This change may be reverted if it breaks any downstream projects.
Remove Ubuntu 20 and gfortran-9 from CI
Fixed
Add -check nouninit for Intel LLVM to work around ifx bug.