mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Added conditional compilation directive for existence 8 bit types
This commit is contained in:
parent
882bbab022
commit
da58dfe018
@ -36,6 +36,8 @@ SOFTWARE.
|
||||
|
||||
#include "platform.h"
|
||||
|
||||
#if ETL_USING_8BIT_TYPES
|
||||
|
||||
// The default hash calculation.
|
||||
#include "fnv_1.h"
|
||||
#include "type_traits.h"
|
||||
@ -436,4 +438,6 @@ namespace etl
|
||||
};
|
||||
}
|
||||
|
||||
#endif ETL_USING_8BIT_TYPES
|
||||
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user