undef.h 161 B

12345678910111213
  1. //
  2. // undef.h
  3. // stream
  4. //
  5. // Created by Sam Jaffe on 4/2/23.
  6. //
  7. #ifdef _STREAMS_MACRO_H
  8. #undef _STREAMS_MACRO_H
  9. #include <iterator/detail/undef.h>
  10. #endif