EikeAtOT

Results 5 comments of EikeAtOT

Unfortunately the changes in 31dd29523292e579497158b79703a4e7e3f56a3c (see the above PR) make `value_to` available to global ADL. For our codebase that posed a breaking change causing ambiguous calls (we have a `value_to`...

``` #include #include namespace A { class Arg {}; template void foo(const T&) { std::cout

Did have time to test yet. But looking at the commit I'd be 99% sure it's fixed :)