drop the setting of c++0x
ClosedPublic

Authored by mart on Feb 22 2018, 2:49 PM.

Details

Summary

this is already done by KDEFrameworkCompilerSettings so it's just duplicated now

Test Plan

still builds and runs

Diff Detail

Repository
R242 Plasma Framework (Library)
Branch
phab/cpp0x
Lint
No Linters Available
Unit
No Unit Test Coverage
mart created this revision.Feb 22 2018, 2:49 PM
Restricted Application added projects: Plasma, Frameworks. · View Herald TranscriptFeb 22 2018, 2:49 PM
Restricted Application added subscribers: Frameworks, plasma-devel. · View Herald Transcript
mart requested review of this revision.Feb 22 2018, 2:49 PM
kossebau accepted this revision.Feb 22 2018, 3:16 PM
kossebau added a subscriber: kossebau.

Builds here as before as well.

Reducing duplicated flags in the compile commands for me from
-std=c++0x -std=c++0x -std=c++0x -std=gnu++11
to
-std=c++0x -std=c++0x -std=gnu++11 :)

This revision is now accepted and ready to land.Feb 22 2018, 3:16 PM
This revision was automatically updated to reflect the committed changes.