Correct list of language standards for C/C++
ClosedPublic

Authored by aaronpuchert on Dec 31 2017, 9:01 PM.

Details

Summary

Compiling C with C++ standards or compiling C++ with C standards doesn't
make sense, so I removed them. Additionally I added c++98 and c++1z for
C++ and c89 and gnu89 for C.

Diff Detail

Repository
R32 KDevelop
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
aaronpuchert requested review of this revision.Dec 31 2017, 9:01 PM
aaronpuchert created this revision.
mwolff accepted this revision.Jan 5 2018, 12:51 PM
mwolff added a subscriber: mwolff.

yeah, I was wondering about this too

This revision is now accepted and ready to land.Jan 5 2018, 12:51 PM
This revision was automatically updated to reflect the committed changes.