Skip to content
Success

Changes

Summary

  1. Fix range constexpr (#1064) (details)
  2. Oops. Revert "Fix range constexpr (#1064)" (details)
  3. Fix conflicting types (details)
Commit 94fb9e4876d3bbb625337d2da9f8a3f5ea0eaf93 by noreply
Fix range constexpr (#1064)

* Remove assert from constexpr range construction

* Fix range constexpr by removing assert

* Revert "Fix range constexpr by removing assert"

* Remove constexpr from range usage

* Use c++ instead of c preprocessor
The file was modified src/corecel/cont/detail/RangeImpl.hh (diff)
The file was modified test/corecel/cont/Range.test.cc (diff)
The file was modified src/orange/BoundingBoxUtils.hh (diff)
Commit 62d9a05810359b39f0a2344d1df78c1e6cafe0bc by alund
Oops. Revert "Fix range constexpr (#1064)"

This reverts commit fb9d322ea76f7afb43921f945726a461f6b354df.
The file was modified src/orange/BoundingBoxUtils.hh (diff)
The file was modified src/corecel/cont/detail/RangeImpl.hh (diff)
The file was modified test/corecel/cont/Range.test.cc (diff)
Commit a8b9e17e8b8afc1b1f4f3c52ddddc3a02ec4bf9c by alund
Fix conflicting types
The file was modified test/celeritas/random/RngReseed.test.cc (diff)