[Bug c++/55136] New: template class member template explicit instanciation fails if non template overload exists

2012-10-30 Thread frrrwww at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55136 Bug #: 55136 Summary: template class member template explicit instanciation fails if non template overload exists Classification: Unclassified Product: gcc Version: 4.7.2

[Bug c++/50418] New: nested class typedef with same name and pointing to parent class typedef

2011-09-15 Thread frrrwww at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50418 Bug #: 50418 Summary: nested class typedef with same name and pointing to parent class typedef Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCONF

[Bug libstdc++/70745] New: Wrong handling of regex_constant::match_not_eow and regex_constant::match_not_bow

2016-04-20 Thread frrrwww at gmail dot com
Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: frrrwww at gmail dot com Target Milestone: --- Hello, it seems the current regex implementation of libstdc++ does not handle correctly the match_not_eow and

[Bug c++/68070] New: Undefined reference to default constructor of member template class

2015-10-23 Thread frrrwww at gmail dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: frrrwww at gmail dot com Target Milestone: --- Hello, When compiling the following simple program with `g++ prog.cc -Wall -Wextra -std=c++14` - #include template struct A