[Bug c++/81043] [concepts] partially specializing on differing constraints gives cryptic error

2020-08-17 Thread shazamancan at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81043 Mike Detwiler changed: What|Removed |Added CC||shazamancan at gmail dot com

[Bug c++/81043] [concepts] partially specializing on differing constraints gives cryptic error

2020-08-17 Thread shazamancan at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81043 --- Comment #3 from Mike Detwiler --- I would like to share a temporary workaround that I have developed for this. Consider the usual pattern for writing a partial specialization: original decl: template class my_class; specialization: templa