Why is there no std::move_only_function in libc++? 😭😭😭
I know there is a pull request since 2024, but I have no idea when or even if it will ever get merged.

I just wanna be able to finally use import std; with libc++ in all my projects.


#C++ #cpp #LLVM #libc++ #import-std

@hiddenalpha with brew it seems to come already with gcc. however, the bmi for the standard library is generated. I am as far as i got the last time when trying this. Import std worked then, when std.cc compiled together with my main.cpp but I couldn't figure out how to link the libstc++ then successfully.

#Cplusplus #cpp #modules #cmake #cppmodules #importstd