undef.h 501 B

123456789101112131415161718192021222324252627282930
  1. //
  2. // undef.h
  3. // vector
  4. //
  5. // Created by Sam Jaffe on 2/17/24.
  6. //
  7. #undef VECTOR_ENABLE_IF_LT_N
  8. #undef VECTOR_ENABLE_IF_EQ_N
  9. #undef VECTOR_ENABLE_IF_EQ_T
  10. #undef VECTOR_DISABLE_IF_VECTOR
  11. #undef VECTOR_ACCESS_FN
  12. #undef VECTOR_FOR_EACH_RANGE
  13. #undef VECTOR_FOR_EACH
  14. #undef VECTOR_CTOR_N_ARGS
  15. #undef ARGN
  16. #undef REPEAT
  17. #undef REPEAT0
  18. #undef REPEAT1
  19. #undef REPEAT2
  20. #undef REPEAT3
  21. #undef REPEAT4
  22. #undef REPEAT5
  23. #undef COMMA
  24. #undef DEFER_RESOLUTION
  25. #undef DEFERRED_ENABLE_IF_T
  26. #undef DEFERRED_ENABLE_IF