mclow.lists added inline comments.

================
Comment at: libcxx/include/stdint.h:16
+#endif // _STD_TYPES_T
 
 /*
----------------
I don't think that this will do what you want it to.
Is this a supported use case?

```
#include <stdint.h>
#define _STD_TYPES_T
#include <stdint.h>
```




Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59253/new/

https://reviews.llvm.org/D59253



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to