[LLVMbugs] [Bug 23018] clang claims an inherited constructor protected when declared public with using

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Apr 2 15:17:36 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=23018

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 #1 from Richard Smith <richard-llvm at metafoo.co.uk> ---
An inheriting constructor has the same access as the corresponding original
constructor. See [class.inhctor]p4.

-- 
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/20150402/bc2a7b7a/attachment.html>


More information about the llvm-bugs mailing list