Boost logo

Boost :

From: Kirill Lapshin (kir_at_[hidden])
Date: 2005-08-17 05:04:54


Hello,

First of all congratulations on new release, I've installed it and it
looks good so far, albeit we are not using much of Boost functionality.

Couple of typos/errors I spotted.
First of all on main page, in 1.33 announcement,

Program Options Library:

     * Option descriptions are now printed with word wrapping.
     * Command line parser can bypass unregistered options, _instread_
of throwing.

I.e. "instread" should read "instead".

Secondly, looks like Boost.Test library has been restructured quite
heavily, but compilation page in online documentation has not been
updated. For example unit testing framework compilation page states that
framework consists of

execution_monitor.cpp
test_tools.cpp
unit_test_parameters.cpp
unit_test_log.cpp
unit_test_main.cpp
unit_test_monitor.cpp
unit_test_result.cpp
supplied_log_formatters.cpp
unit_test_suite.cpp

even though unit_test_result.cpp and supplied_log_formatters.cpp do not
exist anymore.

Proper list of files should be

   compiler_log_formatter
   execution_monitor
   framework
   plain_report_formatter
   progress_monitor
   results_collector
   results_reporter
   test_tools
   unit_test_log
   unit_test_main
   unit_test_monitor
   unit_test_parameters
   unit_test_suite
   xml_log_formatter
   xml_report_formatter

Same applies to test execution monitor too.

Regards,

Kirill.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk