Description
Description of the bug:
Hello. I have been using Bazel for CLion plugin for a while. Recently, I started noticing problems with code errors which on further investigation look like an issue with the plugin. On searching the offending version, I was able to isolate 2024.02.27.0.1-api-version-233 as the working version. The subsequent version i.e. 2024.03.12.0.1-api-version-233 has problems.
Which category does this issue belong to?
CLion
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
I do not have a great way to provide a reproducible example as this is something I am using for work related projects. What I did find was that it was coming from std::stringstream libraries and not able to use the ios_base correctly inside c++.
This is the error I saw: Implicit instantiation of undefined template 'std::basic_streambuf<char>'
Which Intellij IDE are you using? Please provide the specific version.
CLion 2023.3.4
What programming languages and tools are you using? Please provide specific versions.
C++
What Bazel plugin version are you using?
2024.03.12.0.1-api-version-233
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response