Skip to content

Commit

Permalink
Avoid adding stdlib (#48468)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #48468

Clang will add this code by default at the preprocessor phase. I'd observed a difference in output on sandcastle where it didn't include `stdlib` by default.

This stops `stdlib` being included locally.  **It isn't important wrt tracking user API changes.**

Changelog: [Internal]

Reviewed By: cipolleschi

Differential Revision: D67793848

fbshipit-source-id: 0c88aee05a78e2410b308fe10c48db2552b8a148
  • Loading branch information
blakef authored and facebook-github-bot committed Jan 3, 2025
1 parent 9542b1a commit 6d85c7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2,566 deletions.
Loading

0 comments on commit 6d85c7c

Please sign in to comment.