Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf54f8a1

Browse files
ksundenmeeseeksmachine
authored andcommitted
Backport PRmatplotlib#24540: DOC: add note about enabling c++11 support for old gcc
1 parent8fa3919 commitf54f8a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎doc/devel/dependencies.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,8 @@ C++ compiler
210210

211211
Matplotlib requires a C++ compiler that supports C++11.
212212

213-
- `gcc 4.8.1<https://gcc.gnu.org/projects/cxx-status.html#cxx11>`_ or higher
213+
- `gcc 4.8.1<https://gcc.gnu.org/projects/cxx-status.html#cxx11>`_ or higher. For gcc <6.5 you will
214+
need to set ``$CFLAGS=-std=c++11`` to enable C++11 support.
214215
- `clang 3.3<https://clang.llvm.org/cxx_status.html>`_ or higher
215216
- `Visual Studio 2015
216217
<https://docs.microsoft.com/en-us/cpp/overview/visual-cpp-language-conformance?view=msvc-140>`_

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp