[llvm-bugs] [Bug 27961] Using declaration refers into C, which is a base class (alias) of D, but it is not recognized as valid.
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Jun 5 11:27:40 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=27961
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |richard-llvm at metafoo.co.uk
Resolution|--- |INVALID
--- Comment #2 from Richard Smith <richard-llvm at metafoo.co.uk> ---
Clang is following the direction of core issue 2070 (http://wg21.link/cwg2070),
which matches the intent of the original proposal (see the end of "Outline of
the Solution" in http://wg21.link/n2540). As such, this is working as intended.
To inherit a constructor, you need to use the same identifier before and after
the ::.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160605/5d4c9720/attachment-0001.html>
More information about the llvm-bugs
mailing list