aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/ELFObjectFile.cpp
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2017-01-18 05:48:55 +0000
committerEric Fiselier <eric@efcs.ca>2017-01-18 05:48:55 +0000
commit337a7c542d57d936159681178d476dc0e82027f8 (patch)
tree4853ca8ac9bed33ed0c1bc336b7ac1404ec5d2ef /llvm/lib/Object/ELFObjectFile.cpp
parent0320314249863792eef93cc0a222ca8a219d6c8b (diff)
downloadllvm-337a7c542d57d936159681178d476dc0e82027f8.zip
llvm-337a7c542d57d936159681178d476dc0e82027f8.tar.gz
llvm-337a7c542d57d936159681178d476dc0e82027f8.tar.bz2
Fix filesystem::path assignment from {}
Adding `path::operator=(string_type&&)` made the expression `p = {}` ambiguous. This path fixes that ambiguity by making the `string&&` overload a template so it ranks lower during overload resolution. llvm-svn: 292345
Diffstat (limited to 'llvm/lib/Object/ELFObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions