#3785 closed Bugs (fixed)
Documentation errors in Program Execution Monitor implementation
Reported by: | Owned by: | Gennadiy Rozental | |
---|---|---|---|
Milestone: | Boost 1.59.0 | Component: | test |
Version: | Boost 1.41.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
In the Program Execution Monitor implementation explanation it says 'libs/test/execution_monitor.cpp' provides Execution Monitor implementation for all supported configurations. The path should be 'libs/test/src/execution_monitor.cpp'.
Similarly it says 'libs/test/cpp_main.cpp' supplies function main() for static library build. The paths should be 'libs/test/src/cpp_main.cpp'.
Change History (2)
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 7 years ago
Milestone: | Boost 1.42.0 → Boost 1.59.0 |
---|
Note:
See TracTickets
for help on using tickets.
(In [62771]) Fix file names in the Progam Execution Monitor docs. Fixes #3785.