CLion makes wrong analysis?
已回答
CLion makes wrong analysis of interactive hinting. See the picture I attached.
This is default configuration of fresh project with `C++14` except changing `main.cpp`.
Yes, this program is obviously correct and can be compiled successfully but CLion say `begin()` and `find()` is missig.
I use CLion 2018.1. Any idea to avoid it?

请先登录再写评论。
Hi! Please try using CLion 2018.1.1 EAP. The issue should be fixed in it.
Thank you so much! Solved the problem.