================ @@ -459,6 +459,8 @@ Bug Fixes in This Version - Fixed a crash triggered by unterminated ``__has_embed``. (#GH162953) - Accept empty enumerations in MSVC-compatible C mode. (#GH114402) - Fixed false-positive shadow diagnostics for lambdas in explicit object member functions. (#GH163731) +- Fixed an incorrect diagnostic for ambiguous function call that use a + designated-initializer as template argument. (#GH166784) ---------------- zyn0217 wrote:
```suggestion - Fixed an incorrect diagnostic for ambiguous function call that uses a designated-initializer as template argument. (#GH166784) ``` https://github.com/llvm/llvm-project/pull/167159 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
