PR47555: Inheriting constructors are implicitly definable.
authorRichard Smith <richard@metafoo.co.uk>
Thu, 17 Sep 2020 01:08:03 +0000 (18:08 -0700)
committerRichard Smith <richard@metafoo.co.uk>
Thu, 17 Sep 2020 01:11:18 +0000 (18:11 -0700)
commit7337f296194483e0959ff980049e2835e226f396
tree2dab83f56e26031c619f2a49ba3142001aa99820
parent905b9ca26c94fa86339451a528cedde5004fc1bb
PR47555: Inheriting constructors are implicitly definable.

Don't forget to define them if they're constexpr and used inside a
template; we might try to evaluate a call to them before the template is
instantiated.
clang/lib/Sema/SemaExpr.cpp
clang/test/SemaCXX/cxx11-inheriting-ctors.cpp