Removing unneeded USES=compiler:c11 (?)

From: Nuno Teixeira <eduardo_at_freebsd.org>
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)