Removing unneeded USES=compiler:c11 (?)
- Reply: Dimitry Andric : "Re: Removing unneeded USES=compiler:c11 (?)"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 06 Jul 2023 20:41:41 UTC
Hello all, Could USES=compiler:c11 be removed from ports presuming that available compilers support c11? (Do they ?) I'm confused because some aws CMakeLists.txt have: if(NOT CMAKE_CXX_STANDARD) set(CMAKE_CXX_STANDARD 11) endif() But c++11 have nothing to do with c11 (for what wikipedia says).... Any enlightment is welcome :) Thanks, -- Nuno Teixeira FreeBSD Committer (ports)