Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove outdated comments.
  • Loading branch information
marsupial authored and Axel-Naumann committed Jun 28, 2017
commit 3586e0ba43a02dc3dc43a20677fd8c928e9215b3
5 changes: 0 additions & 5 deletions interpreter/cling/lib/Interpreter/CIFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ using namespace cling;

namespace {
static constexpr unsigned CxxStdCompiledWith() {
// Extracted from Boost/config/compiler.
// SunProCC has no C++11.
// VisualC's support is not obvious to extract from Boost...

// The value of __cplusplus in GCC < 5.0 (e.g. 4.9.3) when
// either -std=c++1y or -std=c++14 is specified is 201300L, which fails
// the test for C++14 or more (201402L) as previously specified.
Expand Down Expand Up @@ -648,7 +644,6 @@ static void stringifyPreprocSetting(PreprocessorOptions& PPOpts,

PPOpts.addMacroDef("__CLING__");
if (CI->getLangOpts().CPlusPlus11 == 1) {
// http://llvm.org/bugs/show_bug.cgi?id=13530
PPOpts.addMacroDef("__CLING__CXX11");
}

Expand Down