Skip to content
Commit 337a7c54 authored by Eric Fiselier's avatar Eric Fiselier
Browse files

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
parent 03203142
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