c++20

  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...
  2. Maelstorm

    C++20 is coming out soon with 43+ new features being discussed...

    Assuming that we all know and love C++ (I rarely use it myself), the standards of C++11, C++14, and C++17 all add new features of...dubious...quality and usefulness. Now, C++20 is being drafted. However, Bjarne Stroustrup is firing warning shots about the **43** new features being proposed for...
Back
Top