From 8ceba166a16672a9b78278e2d51552fb3c2648b7 Mon Sep 17 00:00:00 2001 From: Alex Hirsch Date: Tue, 29 Sep 2020 14:25:36 +0200 Subject: [PATCH] Remove compiler explorer from essential references --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 47fa4c8..e98c085 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,6 @@ Preferably use the following link. - [C++ 17 Standard (Draft)](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/n4659.pdf) - [C++ Core Guidelines](http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines) - [cppreference.com](http://en.cppreference.com) -- [Compiler Explorer](https://compiler-explorer.com/) ## Useful References / Tools