mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-26 20:38:45 +08:00
Experimental automatic builtins for algorithms
This commit is contained in:
parent
e296bd24f7
commit
8f02e90735
@ -211,13 +211,8 @@ SOFTWARE.
|
||||
#define ETL_CONSTINIT
|
||||
#endif
|
||||
|
||||
#if !defined(ETL_USING_INITIALIZER_LIST)
|
||||
#if ETL_CPP11_SUPPORTED && ETL_USING_STL && ETL_NOT_USING_STLPORT
|
||||
#define ETL_USING_INITIALIZER_LIST 1
|
||||
#else
|
||||
#define ETL_USING_INITIALIZER_LIST 0
|
||||
#endif
|
||||
#endif
|
||||
// Check for availability of certain builtins
|
||||
#include "profiles/determine_builtin_support.h"
|
||||
|
||||
// Check for availability of certain builtins
|
||||
#include "profiles/determine_builtin_support.h"
|
||||
|
||||
@ -1161,6 +1161,9 @@
|
||||
<ClInclude Include="..\..\include\etl\multi_span.h">
|
||||
<Filter>ETL\Containers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\include\etl\profiles\determine_builtin_support.h">
|
||||
<Filter>ETL\Profiles</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\include\etl\nth_type.h">
|
||||
<Filter>ETL\Utilities</Filter>
|
||||
</ClInclude>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user