[all-commits] [llvm/llvm-project] c9a0e7: Revert "PR51018: Disallow explicit construction of...
David Blaikie via All-commits
all-commits at lists.llvm.org
Thu Jul 8 13:47:30 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c9a0e74697778a7f2d5da2a22fe56a3eec2ec9a8
https://github.com/llvm/llvm-project/commit/c9a0e74697778a7f2d5da2a22fe56a3eec2ec9a8
Author: David Blaikie <dblaikie at gmail.com>
Date: 2021-07-08 (Thu, 08 Jul 2021)
Changed paths:
M llvm/include/llvm/ADT/SmallString.h
Log Message:
-----------
Revert "PR51018: Disallow explicit construction of StringRef from SmallString due to ambiguity in C++23"
This reverts commit e2d30846327c7ec5cc9d2a46aa9bcd9c2c4eff93.
MSVC doesn't seem to resolve the intended ambiguity in implicit
conversion contexts correctly: https://godbolt.org/z/ee16aqv4v
More information about the All-commits
mailing list