Skip to content

Commit f138166

Browse files
authored
Merge pull request #1595 from isuruf/cxx
comment on C++ version
2 parents f158c51 + 48646aa commit f138166

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/user/announcements.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ Our announcements are published to an RSS feed `here <https://conda-forge.org/do
3737
:2021-10-13: GCC 10 and clang 12 as default compilers for Linux and macOS
3838

3939
These compilers will become the default for building packages in conda-forge.
40-
One notable change in GCC 10 is that the -fopenmp flag in FFLAGS is dropped.
40+
One notable change in gcc 10 is that the -fopenmp flag in FFLAGS is dropped.
41+
In clang 12, -std=c++14 explicit flag has been dropped from CXXFLAGS,
42+
as it is the default compilation mode for clang 12. In clang>=12 and gcc>=11,
43+
we will not provide an explicit C++ standard, and will defer to the compiler
44+
default.
4145

4246
:2021-10-04: python 3.6 is now dropped when building conda-forge packages
4347

0 commit comments

Comments
 (0)