Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在过去的几天里,我一直在想是否有可能比 withg++更clang++迂腐-std=c++11 -w -pedantic。
g++
clang++
-std=c++11 -w -pedantic
特别是,我喜欢这些行为:
override
noexcept
$ g++ -Wall -Wextra -Werror -pedantic-errors