Opened 13 years ago
Closed 13 years ago
#3542 closed Bugs (duplicate)
Bug in documentation of detect_memory_leak parameter
Reported by: | Owned by: | Gennadiy Rozental | |
---|---|---|---|
Milestone: | Boost 1.41.0 | Component: | test |
Version: | Boost 1.40.0 | Severity: | Problem |
Keywords: | Cc: |
Description
On the UTF manual page Runtime parameters reference (Boost 1.40.0), there is mistake in parameter detect_memory_leak section. Currently, it says
Command line argument name: build_info
but should read:
Command line argument name: detect_memory_leak
Note:
See TracTickets
for help on using tickets.
By the way, I've also noticed that the name of parameter is incorrect and it should be detect_memory_leaks. If I ask to disable memory leak with _leak' version the leaks are still being detected:
but if I try _leaks variant of the parameter, leaks check are effectively disabled: