Date: | Thu, 8 Nov 2018 22:24:23 +0000 |
---|---|
From: | Jason Patton <jpatton@xxxxxxxxxxx> |
Subject: | Re: [HTCondor-devel] HTCondor Python Bindings: propose to implement via pybind11 instead of Boost? |
Good news, my bellyaching about C++11 support in the manylinux1 Docker image may have been premature. The image uses gcc 4.8.2 via the devtoolset-2 software collection (which was the latest release Red Hat made available before stopping RHEL
5 support). As a quick test, I spit out the value of the __cplusplus macro under the various C++ standard compile options:
c++ -std=c++98 -> __cplusplus:
199711
c++ -std=c++03 -> __cplusplus:
199711
c++ -std=c++11 -> __cplusplus:
201103
c++ -std=c++0x -> __cplusplus:
201103
c++ -std=c++14 -> __cplusplus:
c++: error: unrecognized command line option â-std=c++14â
c++ -std=c++1y -> __cplusplus:
201103
c++ -std=c++17 -> __cplusplus:
c++: error: unrecognized command line option â-std=c++17â
c++ -std=c++1z -> __cplusplus:
c++: error: unrecognized command line option â-std=c++1zâ
Jason
On Tue, Apr 24, 2018 at 3:08 PM Jason Patton <jpatton@xxxxxxxxxxx> wrote:
|
[← Prev in Thread] | Current Thread | [Next in Thread→] |
---|---|---|
|
Previous by Date: | [HTCondor-devel] How to speed up HTCondor 33% without really trying, Greg Thain |
---|---|
Next by Date: | Re: [HTCondor-devel] HTCondor Python Bindings: propose to implement via pybind11 instead of Boost?, Todd Tannenbaum |
Previous by Thread: | [HTCondor-devel] How to speed up HTCondor 33% without really trying, Greg Thain |
Next by Thread: | Re: [HTCondor-devel] HTCondor Python Bindings: propose to implement via pybind11 instead of Boost?, Todd Tannenbaum |
Indexes: | [Date] [Thread] |