skip to Main Content

C++20 not available – Ubuntu

I'm currently trying to build code using gcc / g++ like this: g++-10 -std=c++2a -Wall -Wextra -c -o hw01.o hw01.cpp (Also the same outcome with gcc-10, gcc, g++) And I have a static check in my Code: static_assert(__cplusplus >= 202002L);…

VIEW QUESTION
Back To Top
Search