For the following simple code :
// Start
std::vector<std::string> vec; for(auto s : vec) s.;
// End
The completion after "s." doesn't work. Moreover it's same for const auto, auto&&, ...
PS : Thanks for all :)
Log in to post a comment.