diff options
author | Eric Fiselier <eric@efcs.ca> | 2017-01-18 05:48:55 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2017-01-18 05:48:55 +0000 |
commit | 337a7c542d57d936159681178d476dc0e82027f8 (patch) | |
tree | 4853ca8ac9bed33ed0c1bc336b7ac1404ec5d2ef /llvm/lib/Object/ELFObjectFile.cpp | |
parent | 0320314249863792eef93cc0a222ca8a219d6c8b (diff) | |
download | llvm-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