Skip to content
Commit 51510e7f authored by Marshall Clow's avatar Marshall Clow
Browse files

Fix PR#20471. Add a cast in __align_it to ensure that the bit twiddling is...

Fix PR#20471. Add a cast in __align_it to ensure that the bit twiddling is done at the correct size. A better solution, IMHO, would be to declare vector<bool>::__bits_per_word as 'size_type', rather than 'unsigned', but that's a possible ABI change.

llvm-svn: 214088
parent 2172f51e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment