Y
Hacker News
new
|
ask
|
show
|
jobs
by
junon
1779 days ago
No, pedantic is for disabling compiler extensions. You still need to explicitly specify a standard.
1 comments
midjji
1778 days ago
gcc pedantic ignores the language flag, and clang and intel state they mirror gcc. So pedantic would be not C++11 even if you added that.
link