Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#1935 closed Feature Requests (fixed)

Boost.Thread 1.35 documentation suggestions

Reported by: Kevin Heifner <heifner_k@…> Owned by: Anthony Williams
Milestone: Component: thread
Version: Boost 1.35.0 Severity: Cosmetic
Keywords: thread documentation Cc:

Description

The documentation for 'Changes since boost 1.34' of the Boost.Thread lib: http://www.boost.org/doc/libs/1_35_0/doc/html/thread/changes.html does not note the following changes to the lib:

  • Default constructor creates object representing Not-a-Thread (<1.35 represented current thread)
  • <1.35 mutex on Windows was recursive (used critical section). The <1.35 docs indicated that it was platform dependent if mutex was recursive. 1.35 mutex is not recursive.

Change History (2)

comment:1 by Anthony Williams, 14 years ago

Resolution: fixed
Status: newclosed

Documentation updated on trunk

comment:2 by (none), 14 years ago

Milestone: Boost 1.35.1

Milestone Boost 1.35.1 deleted

Note: See TracTickets for help on using tickets.