: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: frederik.engels24 at gmail dot com
Target Milestone: ---
Created attachment 43944
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43944&action=edit
testcase tri
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: frederik.engels24 at gmail dot com
Target Milestone: ---
Run using "g++ (Compiler-Explorer-Build) 10.0.0 20190814 (experimental
: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: frederik.engels24 at gmail dot com
Target Milestone: ---
Run with "g++ (Compiler-Explorer-Build) 10.0.0 20190814 (experimental)"
and options "-std=c++2a -fconcepts"
source code: https://
++
Assignee: unassigned at gcc dot gnu.org
Reporter: frederik.engels24 at gmail dot com
Target Milestone: ---
The following should fail to compile since it doesn't pass the only_int
constraint.
https://godbolt.org/z/HrB1wz (gcc version 10.0.0 20190817)
#include
tem
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: frederik.engels24 at gmail dot com
Target Milestone: ---
The following should compile but doesn't on current gcc-trunk (20190902)
with options: "-std=c++2a -fconcepts"