
On 1 June 2012 19:39, lcaminiti <lorcaminiti@gmail.com> wrote:
I noticed a typo in the release notes: http://www.boost.org/users/history/version_1_50_0.html "Use variadic macros to specify captures variables as commas-separated lists (but kept preprocessor sequence syntax for backward compatibility)." Should read: "Use variadic macros to specify captures as commas-separated lists (but kept preprocessor sequence syntax for backward compatibility)." Note no "variables" after "captures". Can this be corrected?
Done.
Also all library links in the release notes point to 1_49_0 instead of 1_50_0, is this exacted for now?
I only upload the documentation when the beta is released. I'll update the links at that point.
Where/when can I find the documentation (HTML and PDF) to make sure it is correctly generated from the QuickBook files?
It's in the downloaded documentation, but I'm not generating any documentation for your libraries because you're checking in the documentation you've built already. Pdfs are usually dealt with later in the release process.
I just found this link: http://www.boost.org/doc/libs/1_50_0/
It seems that here spaces are used in library names so for consistency LocalFunction should read Local Function and Functional/OverloadedFunction should read Functional/Overloaded Function on that Boost documentation page. Can this be corrected?
Done.