Input get immediately deleted after introducing concept
Completed
I have a very weird bug:
I have a source file that I can edit normally, but after introducing these lines to it:
template<typename T>concept WriterConcept = requires (T t){t.open(conststd::string& filename)};
Every Input get in the whole get deleted instantly. I might type ";" and half a second later it is gone. If I delete the lines shown above it works fine again. How can I fix this?
Please sign in to leave a comment.
Hello!
Please reproduce the issue and after that send the idea.log file (`Help | Show Log in...`) to clion-support at jetbrains.com.