libc++

  1. J

    Solved Weird libc++ experience

    I'm sorry for the weird title of this thread but I'm really not sure what I'm currently experience. The problem I am experiencing is that devel/llvm13 doesn't know about std::invocable. Minimum test case as follows: main.cpp: #include <concepts> void func(int); int main() { return...
Back
Top