On Fri, Mar 21, 2025 at 9:53 AM aneris via wrote:
>
> Hello Guix,
>
> I have been trying to setup a C++ development environment in Guix,
> however clangd has been very annoying.
>
> The simple hello world in C++
>
> ```
>
> #include
>
> int main() {
>
>std::cout << "Hello World";
>
> }
>
> ``
Hello Guix,
I have been trying to setup a C++ development environment in Guix,
however clangd has been very annoying.
The simple hello world in C++
```
#include
int main() {
std::cout << "Hello World";
}
```
Has clangd (in Emacs) complaining about the line that,
`clang: [unknown-ty