Skip to content
Commit 0cd95447 authored by Enrico Granata's avatar Enrico Granata
Browse files

Actually use = delete to mark constructors and operators we want to not exist....

Actually use = delete to mark constructors and operators we want to not exist. Just declaring them as private works, but it can confuse certain tools as it doesn't actually declare intent, and the C++11 way is more expressive anyway, so this is pure win

rdar://28960209

llvm-svn: 285216
parent 68a423bf
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment