undef.h 298 B

123456789101112131415161718192021
  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 REQUIRES
  13. #undef REQUIRES_T
  14. #undef EXISTS
  15. #undef TYPE
  16. #undef DEREF_TYPE
  17. #undef VAL
  18. #endif