Skip to content
Commit 4a911c86 authored by Marshall Clow's avatar Marshall Clow
Browse files

In several places in std::allocator<const T> (and one in shared_ptr, we were...

In several places in std::allocator<const T> (and one in shared_ptr, we were casting a 'const T*' to a 'void *' - implicitly casting away the const. Add const_cast to make that explicit. No functional change.

llvm-svn: 305397
parent 1953434f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment