mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
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:
parent
5dc682b7ff
commit
ff65c753d6
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user