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

Xcode 14.0 GCC-12 Linker Issue

My Mac updated Xcode to version 14.0. After installing the new command line tools I started running into issues with the version of ld that it ships with. More specifically I have a project I compile with the g++-12 compiler…

VIEW QUESTION
Back To Top
Search