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
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
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
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