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)
