Jason Turner
Jason Turner
This is a mocked-up fix to cpp-insight's version of what a lambda is. We need to talk about members for lambdas and how they are initialized. ```cpp auto make_lambda() {...
using construct_at instead of placement new: https://cppreference.net/cpp/memory/ranges/construct_at.html
C++26 for dos? https://github.com/andrewwutw/build-djgpp/issues/52
how the std committee regularly gets constexpr wrong on the first try.
https://clang.llvm.org/docs/AttributeReference.html#lifetimebound
https://compiler-explorer.com/z/jvPPTdsfK Requires gcc with -O3 and Sanitizers enabled to find this at compile-time.
`std::map` to easily enable transparent comparators