README.md: Adjust Compiler Explorer link wording (#3180)

This commit is contained in:
Alcaro 2022-10-27 04:27:11 +02:00 коммит произвёл GitHub
Родитель e9c3b556a9
Коммит 99e4c990b7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -122,7 +122,7 @@ reproducing the bug.
* You should be reasonably confident that you're looking at an actual implementation bug, instead of undefined behavior * You should be reasonably confident that you're looking at an actual implementation bug, instead of undefined behavior
or surprising-yet-Standard behavior. Comparing against other implementations can help (but remember that implementations or surprising-yet-Standard behavior. Comparing against other implementations can help (but remember that implementations
can differ while conforming to the Standard); try Godbolt's [Compiler Explorer][]. If you still aren't can differ while conforming to the Standard); try [Compiler Explorer][]. If you still aren't
sure, ask the nearest C++ expert. sure, ask the nearest C++ expert.
* You should prepare a self-contained command-line test case, ideally as small as possible. We need a source file, a * You should prepare a self-contained command-line test case, ideally as small as possible. We need a source file, a