Actually use ETL_USE_BUILTIN_MEM_FUNCTIONS to decide about macro defi… (#1398)

* Print test names at test time (#1343)

* Fix operator| conflict with std::ranges (#1395)

* Actually use ETL_USE_BUILTIN_MEM_FUNCTIONS to decide about macro definitions

---------

Co-authored-by: John Wellbelove <john.wellbelove@etlcpp.com>
Co-authored-by: John Wellbelove <jwellbelove@users.noreply.github.com>
This commit is contained in:
Roland Reichwein 2026-04-18 17:13:43 +02:00 committed by GitHub
parent 5dc682b7ff
commit ff65c753d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,10 @@ SOFTWARE.
#if !defined(ETL_USING_BUILTIN_IS_CONSTANT_EVALUATED)
#define ETL_USING_BUILTIN_IS_CONSTANT_EVALUATED 1
#endif
#endif
#if defined(ETL_USE_BUILTIN_MEM_FUNCTIONS) // Set all of them to be true if not
// already defined
#if !defined(ETL_USING_BUILTIN_MEMCPY)
#define ETL_USING_BUILTIN_MEMCPY 1
#endif