Opened 11 years ago

Closed 10 years ago

#6273 closed Feature Requests (fixed)

c++11 compliance: Add cv_status enum class and use it on the conditions wait functions

Reported by: viboes Owned by: viboes
Milestone: Boost 1.49.0 Component: thread
Version: Boost 1.48.0 Severity: Problem
Keywords: Cc:

Description

In order to be standard compliant the wait functions should return a cv_status enum class.

Attachments (2)

6273_config.diff (1.3 KB ) - added by viboes 11 years ago.
Strong enum type macros to support enum cmass emulation fro cv_status
cv_status.hpp (536 bytes ) - added by viboes 11 years ago.
cv_status declaration

Download all attachments as: .zip

Change History (6)

comment:1 by viboes, 11 years ago

Summary: c++11 complicance: Add cv_status enum class and use it on the conditions wait functionsc++11 compliance: Add cv_status enum class and use it on the conditions wait functions

comment:2 by viboes, 11 years ago

Owner: changed from Anthony Williams to viboes
Status: newassigned

by viboes, 11 years ago

Attachment: 6273_config.diff added

Strong enum type macros to support enum cmass emulation fro cv_status

by viboes, 11 years ago

Attachment: cv_status.hpp added

cv_status declaration

comment:3 by viboes, 11 years ago

Milestone: To Be DeterminedBoost 1.49.0

comment:4 by viboes, 10 years ago

Resolution: fixed
Status: assignedclosed

Committed in release branch at [78543]

Note: See TracTickets for help on using tickets.