etl/docs/callbacks
Roland Reichwein 08b9c371a0
Various fixes and cleanup (#1507)
* Fix histogram test

Use different Start index so skipped start_index copy would not get
unnoticed in the test.

* Fix several test_vector_* for valid data

Instead of comparing the moved-from data which is invalid, compare with
the valid initial_data.

* Fix test_vector to check for the correct iterator position after erase

This was done before, but a recent change dropped it.

* Fix bit_stream: Guard nbits > 0 to prevent division by zero

* Cleanup

---------

Co-authored-by: John Wellbelove <jwellbelove@users.noreply.github.com>
2026-07-20 11:19:41 +02:00
..
_index.md Issue/add hugo support for documentation (#1449) 2026-06-06 13:12:44 +01:00
callback-service.md Issue/add hugo support for documentation (#1449) 2026-06-06 13:12:44 +01:00
closure.md Issue/add hugo support for documentation (#1449) 2026-06-06 13:12:44 +01:00
delegate_observable.md Issue/add hugo support for documentation (#1449) 2026-06-06 13:12:44 +01:00
delegate-service.md Issue/add hugo support for documentation (#1449) 2026-06-06 13:12:44 +01:00
delegate-vs-inplace_function.md Issue/add hugo support for documentation (#1449) 2026-06-06 13:12:44 +01:00
delegate.md Add constexpr support for delegate construction and assignment (#1476) 2026-06-24 16:51:02 +01:00
function.md Various fixes and cleanup (#1507) 2026-07-20 11:19:41 +02:00
inplace_function.md Issue/add hugo support for documentation (#1449) 2026-06-06 13:12:44 +01:00
signal.md Various fixes and cleanup (#1507) 2026-07-20 11:19:41 +02:00