Uploaded image for project: 'Apache NiFi MiNiFi C++'
  1. Apache NiFi MiNiFi C++
  2. MINIFICPP-1755

Use std::span instead of gsl::span

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • None

    Description

      The move is not trivial, because there is no .as_span<T> member of std::span.  There is `as_bytes()`, but we do (rarely) use `as_span` with types other than `std::byte`, too.  We could write a free-standing utility function for the non-byte case of `as_span` (and maybe some of those cases could use `std::byte` instead).

      Attachments

        Activity

          People

            adebreceni Adam Debreceni
            szaszm Marton Szasz
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0h
                0h
                Logged:
                Time Spent - 2h 10m
                2h 10m