undef.h 264 B

12345678910111213141516171819
  1. //
  2. // undef.h
  3. // iterator
  4. //
  5. // Created by Sam Jaffe on 4/1/23.
  6. // Copyright © 2023 Sam Jaffe. All rights reserved.
  7. //
  8. #ifdef _ITERATOR_MACRO_H
  9. #undef _ITERATOR_MACRO_H
  10. #undef FWD
  11. #undef SFINAE
  12. #undef EXISTS
  13. #undef TYPE
  14. #undef DEREF_TYPE
  15. #undef VAL
  16. #endif