https://bugs.llvm.org/show_bug.cgi?id=45801
Richard Smith <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
Status|NEW |RESOLVED
--- Comment #1 from Richard Smith <[email protected]> ---
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
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs