John Wellbelove 5287fe4b3b
Allow etl::vector to store pointers to functions and member functions (#1492)
* Refactored vector.h

Deleted ivectorpointer.h

* Minor changes

* Fixed code incompatible with C++03

* Clang-format changes

* Removed redundant double-qualified name

* Fixed is_is_object_pointer_v to is_object_pointer_v

* Added new test files to meson.build

* Added overflow checks to vector_ext copy and move constructors and assignments

Added assert throw tests.

* Added diagnostic pushes to eliminate GCC warning false positives

* Changed the GCC C++23 Github action to use GCC14

* Applied clang-format

* Added guard to pop_heap

* Added guard to adjust_heap

* Attempt to fix GCC diagnostic

* Attempt to fix GCC diagnostic

Re-enable ranges algorithm tests

* Attempt to fix GCC diagnostic

Re-enable ranges algorithm tests

* clang-format

* Attempt to fix GCC diagnostic

Re-enable ranges algorithm tests

* Attempt to fix GCC diagnostic

Re-enable ranges algorithm tests

* Attempt to fix GCC diagnostic

Re-enable ranges algorithm tests

* Missing newline at end of file

* Attempt to fix GCC diagnostic

Re-enable ranges algorithm tests

* Attempt to fix GCC diagnostic

Re-enable ranges algorithm tests

* Attempt to fix GCC diagnostic

Re-enable ranges algorithm tests

* Attempt to fix GCC diagnostic

Re-enable ranges algorithm tests

* Attempt to fix GCC diagnostic

* clang-format

* Changed gcc --version to gcc-14 --version

---------

Co-authored-by: John Wellbelove <john.wellbelove@etlcpp.com>
Co-authored-by: Roland Reichwein <Roland.Reichwein@bmw.de>
2026-07-08 09:06:50 +01:00
..
_index.md Issue/add hugo support for documentation (#1449) 2026-06-06 13:12:44 +01:00
largest.md Issue/add hugo support for documentation (#1449) 2026-06-06 13:12:44 +01:00
smallest.md Fix code examples in documentation (#1471) 2026-06-23 18:11:17 +01:00
tuple.md Issue/add hugo support for documentation (#1449) 2026-06-06 13:12:44 +01:00
type_def.md Issue/add hugo support for documentation (#1449) 2026-06-06 13:12:44 +01:00
type-list.md Fixes and additional metafunctions for etl::type_list (#1460) 2026-06-18 10:35:20 +01:00
type-lookup.md Issue/add hugo support for documentation (#1449) 2026-06-06 13:12:44 +01:00
type-select.md Issue/add hugo support for documentation (#1449) 2026-06-06 13:12:44 +01:00
type-traits.md Allow etl::vector to store pointers to functions and member functions (#1492) 2026-07-08 09:06:50 +01:00
unaligned-type.md Issue/add hugo support for documentation (#1449) 2026-06-06 13:12:44 +01:00
user_type.md Issue/add hugo support for documentation (#1449) 2026-06-06 13:12:44 +01:00