consistently use LHCb::span instead of gsl::span
avoid mixing LHCb::span (which defers to gsl::span) and direct use of gsl::span, as LHCb::span makes sure several macros are defined to avoid bounds checking in non-debug builds, and ensures that span<byte>
uses std::byte
instead of gsl::byte
, and we don't want to have two 'variants' of gsl::span being used simultaneously which are configured differently...
(and it will make a future migration to C++20 std::span
easier as well)
Closes #351 (closed)
Merge request reports
Activity
added cleanup label
added 1 commit
- 057c81da - consistently use LHCb::span instead of gsl::span
added RTA label
added 1 commit
- d1775b04 - consistently use LHCb::span instead of gsl::span
added 1 commit
- 10e62139 - consistently use LHCb::span instead of gsl::span
assigned to @jhorswil
mentioned in issue Moore#708 (closed)
- Resolved by Andre Gunther
/ci-test
added ci-test-triggered label
- [2024-03-03 15:52] Validation started with lhcb-master-mr#10862
- [2024-04-23 12:04] Validation started with lhcb-2024-patches-mr#184
Edited by Software for LHCbmentioned in issue Moore#720 (closed)
mentioned in issue Moore#730 (closed)
mentioned in issue #351 (closed)
added 106 commits
-
10e62139...13fd72b4 - 105 commits from branch
2024-patches
- 033363b6 - consistently use LHCb::span instead of gsl::span
-
10e62139...13fd72b4 - 105 commits from branch
assigned to @isanders
added bug fix label
- Resolved by Andre Gunther
- Resolved by Christopher Rob Jones
- Resolved by Christopher Rob Jones
- Resolved by Andre Gunther
- Resolved by Christopher Rob Jones
mentioned in merge request !4527 (merged)
assigned to @jonrob
- Resolved by Christopher Rob Jones
- Resolved by Christopher Rob Jones
rerunning tests as platforms in 2024-patches was changed yesterday.
- Resolved by Christopher Rob Jones
/ci-test
mentioned in commit 65e6047d
mentioned in merge request !4539 (merged)
mentioned in issue Moore#767 (closed)