undef.h 253 B

123456789101112131415161718
  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 SFINAE
  11. #undef EXISTS
  12. #undef TYPE
  13. #undef DEREF_TYPE
  14. #undef VAL
  15. #endif