X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=doc%2Ftutorial%2Fginac.texi;h=15e5e798e20095b38b35f8e17a438a11d0ca160c;hp=b424964578919b672d4f53fec3957fcb8577dc54;hb=ba8a13307a3b0761fcf5187edecc408975c308a6;hpb=25f9ae820c0737602dcadf70fc11e62af4eb88c6 diff --git a/doc/tutorial/ginac.texi b/doc/tutorial/ginac.texi index b4249645..15e5e798 100644 --- a/doc/tutorial/ginac.texi +++ b/doc/tutorial/ginac.texi @@ -7026,7 +7026,7 @@ inserted. But it may be useful to remember that this is not what happens. Knowing this will enable you to write much more efficient code. If you still have an uncertain feeling with copy-on-write semantics, we recommend you have a look at the -@uref{http://www.cerfnet.com/~mpcline/c++-faq-lite/, C++-FAQ lite} by +@uref{http://www.parashift.com/c++-faq-lite/, C++-FAQ lite} by Marshall Cline. Chapter 16 covers this issue and presents an implementation which is pretty close to the one in GiNaC.