Update README.md

This commit is contained in:
Thomas Pöchtrager 2019-09-10 14:56:29 +02:00 committed by GitHub
parent d39ba02231
commit f7fc921b93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -255,7 +255,7 @@ Usage Examples:
* Clang: * Clang:
* C++98: `o32-clang++ -stdlib=libc++ test.cpp -o test` * C++98: `o32-clang++ -stdlib=libc++ -std=c++98 test.cpp -o test`
* C++11: `o32-clang++ -stdlib=libc++ -std=c++11 test1.cpp -o test` * C++11: `o32-clang++ -stdlib=libc++ -std=c++11 test1.cpp -o test`
* C++14: `o32-clang++ -stdlib=libc++ -std=c++14 test1.cpp -o test` * C++14: `o32-clang++ -stdlib=libc++ -std=c++14 test1.cpp -o test`
* C++17: `o32-clang++ -stdlib=libc++ -std=c++17 test1.cpp -o test` * C++17: `o32-clang++ -stdlib=libc++ -std=c++17 test1.cpp -o test`
@ -263,7 +263,7 @@ Usage Examples:
* Clang (shortcut): * Clang (shortcut):
* C++98: `o32-clang++-libc++ test.cpp -o test` * C++98: `o32-clang++-libc++ -std=c++98 test.cpp -o test`
* C++11: `o32-clang++-libc++ -std=c++11 test.cpp -o test` * C++11: `o32-clang++-libc++ -std=c++11 test.cpp -o test`
* C++14: `o32-clang++-libc++ -std=c++14 test.cpp -o test` * C++14: `o32-clang++-libc++ -std=c++14 test.cpp -o test`
* C++17: `o32-clang++-libc++ -std=c++17 test.cpp -o test` * C++17: `o32-clang++-libc++ -std=c++17 test.cpp -o test`