| 123456789101112131415161718192021222324252627282930 |
- //
- // undef.h
- // vector
- //
- // Created by Sam Jaffe on 2/17/24.
- //
- #undef VECTOR_ENABLE_IF_LT_N
- #undef VECTOR_ENABLE_IF_EQ_N
- #undef VECTOR_ENABLE_IF_EQ_T
- #undef VECTOR_DISABLE_IF_VECTOR
- #undef VECTOR_ACCESS_FN
- #undef VECTOR_FOR_EACH_RANGE
- #undef VECTOR_FOR_EACH
- #undef VECTOR_CTOR_N_ARGS
- #undef ARGN
- #undef REPEAT
- #undef REPEAT0
- #undef REPEAT1
- #undef REPEAT2
- #undef REPEAT3
- #undef REPEAT4
- #undef REPEAT5
- #undef COMMA
- #undef DEFER_RESOLUTION
- #undef DEFERRED_ENABLE_IF_T
- #undef DEFERRED_ENABLE_IF
|