This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/61036] New: [4.9/4.10 Regression] shared_ptr<void>(new int) rejected


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61036

            Bug ID: 61036
           Summary: [4.9/4.10 Regression] shared_ptr<void>(new int)
                    rejected
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Keywords: rejects-valid
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: redi at gcc dot gnu.org

shared_ptr<void>(new int) is valid but I made a stupid typo in a static
assertion


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]