Ubuntu – Clangd complains about ODR when using C++-20 modules
clangd seems to be unable to properly deserialize a source file that has both include and import declarations, therefore it assumes that there are ODR violations in my code. Nevertheless, code compiles and runs properly without any warnings, how do…