CWG2076: Permit implicit conversions within a single level of braces
authorRichard Smith <richard@metafoo.co.uk>
Thu, 22 Apr 2021 23:48:34 +0000 (16:48 -0700)
committerRichard Smith <richard@metafoo.co.uk>
Thu, 22 Apr 2021 23:49:39 +0000 (16:49 -0700)
commit40beb1f84a3d72ea39fcee1dcb66c3cefb5d5644
tree0bfaf77486bbdb702358b678fee5bbd9e924fea8
parent91d3f73937b603b168a2be40f57a81efcc37da86
CWG2076: Permit implicit conversions within a single level of braces
during overload resolution, even when calling a copy constructor.
clang/lib/Sema/SemaOverload.cpp
clang/test/CXX/drs/dr14xx.cpp
clang/test/CXX/drs/dr20xx.cpp