etl
Feature/add back insert iterator
#603
Merged

Commits
  • Add back_inserter implementation
    evantill committed 2 years ago
  • Add documentation and use ETL_OR_STD macro
    evantill committed 2 years ago
  • Add MIT License in header
    evantill committed 2 years ago
  • Move back_insert_iterator into iterator.h
    evantill committed 2 years ago
  • Remove unused code
    evantill committed 2 years ago
  • Strictly follow the C++ STL naming
    evantill committed 2 years ago
  • Make the check for C++11 clearer
    evantill committed 2 years ago
  • Run the unit test only for C++11
    evantill committed 2 years ago
  • Add front_insert_iterator
    evantill committed 2 years ago
  • Use explicit namespace for adressof() and move().
    evantill committed 2 years ago
Loading