Werner Messages: 234 Registered: May 2006 Location: Cologne / Germany
Experienced Member
In "Help Topics / Transfer semantics / Makings things easy" the code line
int GetCount() const {return const;}
should read:
int GetCount() const {return count;}
BTW:
"Help Topics / Print" is still unusable. The font is way too tiny. On the other hand the detour via "Topic++ / Topic / Export to PDF" ... works fine.
Last but not least:
To keep up with possible documentation changes I use WinMerge to compare the sources. This tells me that all NTL documentation files were changed. But apart from minor fixes in 1 file these changes are not visible when the files are displayed or printed.