[Bug c++/82247] [concepts] Name deduction in concepts fails depending on the argument type

2017-11-08 Thread mjklaim at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82247 Joël Lamotte changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/82247] [concepts] Name deduction in concepts fails depending on the argument type

2017-10-31 Thread mjklaim at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82247 --- Comment #5 from Joël Lamotte --- I'll have to recheck when I have access to a proper computer, but that indeed would explain this(weird) behavior. My understanding was that for basic types, ADL would still work using global namespace, which

[Bug c++/82247] [concepts] Name deduction in concepts fails depending on the argument type

2017-10-31 Thread Casey at Carter dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82247 Casey Carter changed: What|Removed |Added CC||Casey at Carter dot net --- Comment #4

[Bug c++/82247] [concepts] Name deduction in concepts fails depending on the argument type

2017-10-01 Thread mjklaim at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82247 --- Comment #3 from Joël Lamotte --- Sorry, I though you would see the flaga in the llink to godbolt I provided: --std=c++17 -fconcepts -O3 The code I provided in the report do compile, the problem is explained through the comments that if

[Bug c++/82247] [concepts] Name deduction in concepts fails depending on the argument type

2017-10-01 Thread daniel.kruegler at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82247 Daniel Krügler changed: What|Removed |Added CC||daniel.kruegler@googlemail.

[Bug c++/82247] [concepts] Name deduction in concepts fails depending on the argument type

2017-09-19 Thread mjklaim at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82247 --- Comment #1 from Joël Lamotte --- Just so that it's clear, it's on godbolt's compiler that I tried this: https://godbolt.org/g/d78J4H