Skip to content

Conversation

rolandreichweinbmw
Copy link
Contributor

This is a collection of different cleanup changes:

  • intrusive_forward_list.h: Remove remove() by pointer because erase() can be used for that
  • algorithm.h: Fix signed distance handling in copy_s and move_s, with added check for order; added test
  • Fix File IDs

Remove remove() by pointer because erase() can be used for that

Fix signed distance handling, with added check for order

Add missing file ID

Fix File IDs

Added test for algorithm.h
@rolandreichweinbmw
Copy link
Contributor Author

rolandreichweinbmw commented Mar 26, 2025

I.e. the (redundant and unnecessary) changes from #1026 are removed here.

@jwellbelove jwellbelove changed the base branch from master to pull-request/#1049-Various-cleanup-changes March 27, 2025 12:47
@jwellbelove jwellbelove merged commit f0af24b into ETLCPP:pull-request/#1049-Various-cleanup-changes Apr 30, 2025
63 checks passed
jwellbelove pushed a commit that referenced this pull request May 5, 2025
* Various Cleanup

Remove remove() by pointer because erase() can be used for that

Fix signed distance handling, with added check for order

Add missing file ID

Fix File IDs

Added test for algorithm.h

* Improve types
# Conflicts:
#	include/etl/file_error_numbers.h
rolandreichweinbmw added a commit to rolandreichweinbmw/etl that referenced this pull request May 9, 2025
jwellbelove pushed a commit that referenced this pull request May 13, 2025
…pment

# Conflicts:
#	include/etl/algorithm.h
#	include/etl/file_error_numbers.h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants