Type: LanguageService
Describe the bug
std::__1::ostream &std::__1::operator<<<...>(std::__1::ostream &__os, const char *__str)
+18 overloads
invalid operands to binary expression ('std::ostream' (aka 'int') and 'const char [2]')ccls(2)
then i click alt+f8, it show me
base specifier must name a classccls(2)
stl_vector.h(164, 20): in instantiation of member class 'std::_Vector_base<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_Vector_impl' requested here
stl_vector.h(210, 30): in instantiation of template class 'std::_Vector_base<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >' requested here
testhello.cpp(9, 20): in instantiation of template class 'std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >' requested here
Steps to reproduce

but the strange thing is, this project still can be compiled and builded without any error.(it just a single cpp file, no multiple.)
Expected behavior
Logs
Insert logs here.
Screenshots
Additional context
Awesome😍😍
∴you’re Chinese right?
∴you’re Chinese right?
yes, i am
∴you’re Chinese right?
yes, i am
Are you interested in Cpp
∴you’re Chinese right?
所以说怎么把VScode设成中文的?
@joseph102outlaw102 Those errors are not from our C/C++ extension. They appear to be from some ccls(2) extension?
Also, we don't know why @Answer-123 is posting strange messages.
@joseph102outlaw102 Those errors are not from our C/C++ extension. They appear to be from some ccls(2) extension?
Also, we don't know why @Answer-123 is posting strange messages.
Use Dev-cpp and this error won’t be happening
@joseph102outlaw102 Those errors are not from our C/C++ extension. They appear to be from some ccls(2) extension?
Also, we don't know why @Answer-123 is posting strange messages.
you're right, i've solved this problem now, thank you very much.
@joseph102outlaw102 Those errors are not from our C/C++ extension. They appear to be from some ccls(2) extension?
Also, we don't know why @Answer-123 is posting strange messages.Use Dev-cpp and this error won’t be happening
what's dev-cpp? is it a mode in vscode?
@joseph102outlaw102 Those errors are not from our C/C++ extension. They appear to be from some ccls(2) extension?
Also, we don't know why @Answer-123 is posting strange messages.
Use Dev-cpp and this error won’t be happening
what's dev-cpp? is it a mode in vscode?
No, but it’s a better compiler.It uses GCC
Most helpful comment
@joseph102outlaw102 Those errors are not from our C/C++ extension. They appear to be from some ccls(2) extension?
Also, we don't know why @Answer-123 is posting strange messages.