You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, i am unable to compile it with clang but I really don't understand the errors, it looks like clang problem because it can't compile ranges and some iterators from the std lib or something, i have no idea
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/12.2.1/../../../../include/c++/12.2.1/bits/iterator_concepts.h:999:13: error: no matchin
g function for call to '__begin'
= decltype(ranges::__cust_access::__begin(std::declval<_Tp&>()));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
looks like clang problem to me so if you don't want to fix it on your side by not using these C++20 features I understand and you can close this issue
clang --version
clang version 15.0.7
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
The text was updated successfully, but these errors were encountered:
Hey, i am unable to compile it with clang but I really don't understand the errors, it looks like clang problem because it can't compile ranges and some iterators from the std lib or something, i have no idea
i found this issue on the llvm project
llvm/llvm-project#52696
FAILED: CMakeFiles/Hyprland.dir/src/Compositor.cpp.o
looks like clang problem to me so if you don't want to fix it on your side by not using these C++20 features I understand and you can close this issue
clang --version
The text was updated successfully, but these errors were encountered: