https://bugs.llvm.org/show_bug.cgi?id=45801
Richard Smith <richard-l...@metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
Status|NEW |RESOLVED
--- Comment #1 from Richard Smith <richard-l...@metafoo.co.uk> ---
Clang implements the resolution of C++ core issue 2070
(http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2070), the other
compilers do not do so (yet).
The correct (and portable across compilers that do and do not implement 2070)
way to write an inheriting constructor declaration is
using Base::Base;
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs