[Bug c++/82821] New: g++ states that ctor of class is inaccessible just because I have inherited privately from it

2017-11-03 Thread gene at genethomas dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: gene at genethomas dot com Target Milestone: --- Created attachment 42541 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42541&action=edit c++

[Bug libstdc++/82513] New: regex [z\-a] fails to compile

2017-10-10 Thread gene at genethomas dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: gene at genethomas dot com Target Milestone: --- The regex [z\-a] fails to compile in and throws a regex_error. It seems to be interpreting the \- as a - and thinking the z-a range is invalid. Sample program below: #include #include