mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 08:30:34 +08:00
The type traits are always `struct`s, so the `public` isn't necessary. We're currently using `public` in some places, while we omit it in others. This makes us consistent across the type traits.