Skip to content
Unverified Commit e7de9559 authored by philnik777's avatar philnik777 Committed by GitHub
Browse files

[libc++] Remove alignment_of uses (#70591)

There is no reason to use `alignment_of<T>` instead of `alignof(T)` or
`_LIBCPP_ALIGNOF(T)`. It only makes the code more verbose and results in
slightly worse compile times.
parent 73c6248c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment