Michael Jung

Results 2 issues of Michael Jung

Please consider the following example where I’m trying to concatenate two views over a move-only type: ```cpp auto v = views::ints(0, 4) | views::transform([](int i) { return std::make_unique(i); }); auto...

The following gif explains my problem best: ![completion](https://user-images.githubusercontent.com/8256600/39115136-28a8ecc6-46e1-11e8-8c8f-cb1d6265f98c.gif) When I go through the list of available completions I will always see part of the snippet code in the buffer. As...