Skip to content

Commit 79490f1

Browse files
committed
Specify GCC 11's default C++ version behavior
1 parent f138166 commit 79490f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/user/announcements.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ Our announcements are published to an RSS feed `here <https://conda-forge.org/do
3939
These compilers will become the default for building packages in conda-forge.
4040
One notable change in gcc 10 is that the -fopenmp flag in FFLAGS is dropped.
4141
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.
42+
as it is the default compilation mode for clang 12. In gcc 11, the default
43+
is -std=gnu++17. In clang>=12 and gcc>=11, we will not provide an explicit
44+
C++ standard, and will defer to the compiler default.
4545

4646
:2021-10-04: python 3.6 is now dropped when building conda-forge packages
4747

0 commit comments

Comments
 (0)