etl
bff480b9 - Removed ETL's implementation of nullptr for pre C++11 compilers.

Commit
4 years ago
Removed ETL's implementation of nullptr for pre C++11 compilers. Created the macro ETL_NULLPTR for internal use. Equates to NULL or nullptr, dependent on the compiler version and project profile. Added partial compile time versions of binary_fill and has_zero_byte.
Author
Parents
Loading