Recently I’ve discovered that modules were added in C++20. Modules replace the traditional header.h files in C++. Honestly I’ve been waiting for such feature since childhood as I dislike the header system in C++ the most.
Unfortunately Defold can’t build extensions with -std=c++20 flag saying it’s not a valid flag.
Can this flag be enabled?