++
Assignee: unassigned at gcc dot gnu.org
Reporter: eyakubovich at gmail dot com
In the following code, S lacks a constructor that accepts an int. Subsequently,
g++ crashes on use of emplace:
#include
struct S {
int x;
friend bool operator<(S const&, S const&
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: eyakubovich at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44187
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: eyakubovich at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44186