> There's certainly plenty of evidence that someone has read this book, since otherwise we wouldn't have so many C++ compilers to choose from. I don't think that's quite true. The only C++ compilers I know of are: 1. cfront C++ (from which many C++ compilers were derived) 2. Digital Mars C++ (the one I wrote) 3. g++ 4. clang++ 5. EDG C++ (from which many other C++ compilers are derived) 6. Microsoft C++ 7. Taumetric…
The book is for the people wanting to know every corner of the language. Unfortunatley I read it a long time ago and don't remember if it's enough for that purpose or one still needs Meyers and maybe some other resources.