Skip to content
Snippets Groups Projects
Commit 99119e5f authored by Benjamin Cumming's avatar Benjamin Cumming
Browse files

fix issues with Intel Compiler and optimized builds

* replace a call to `std::iota` with a for loop because the Intel
compiler was optimizing out the `std::iota` call in a unit test.
* add uniform syntax for converting pointer+size and ArrayView+size
into an ArrayView to provide uniform method for accessing ranges
inside mechanisms with/without optimizations.
parent d780b1d9
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment