1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

Correct the Bjarne Stroustrup's C++ Page link

Summary: Bjarne Stroustrup's C++ Page link pointing to wrong AT&T page.

Reviewers: jyknight, sanjoy, silvas, hubert.reinterpretcast

Reviewed By: hubert.reinterpretcast

Subscribers: hubert.reinterpretcast, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D75709
This commit is contained in:
Shivam Gupta 2020-03-06 16:52:22 -05:00 committed by Hubert Tong
parent 2f8afd481f
commit 7f5ff28640

View File

@ -71,7 +71,7 @@ Here are some useful links:
<http://www.sgi.com/tech/stl/stl_introduction.html>`_.
#. `Bjarne Stroustrup's C++ Page
<http://www.research.att.com/%7Ebs/C++.html>`_.
<http://www.stroustrup.com/C++.html>`_.
#. `Bruce Eckel's Thinking in C++, 2nd ed. Volume 2 Revision 4.0
(even better, get the book)