Opened 12 years ago

Closed 12 years ago

#5214 closed Patches (fixed)

Fixing duration conversion restrictions for VC9

Reported by: David Deakins Owned by: viboes
Milestone: Boost 1.47.0 Component: chrono
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

The enable_if restrictions for implicit duration conversions in duration.hpp are currently ifdef'd out for VC9 since they cause a compiler error. I have slightly refactored the expression in a way that appears to resolve the VC9 compiler error and should be unlikely to introduce new issues. The patch is attached.

Attachments (1)

boost-chrono-vc9-conversion.patch (7.0 KB ) - added by David Deakins 12 years ago.
Patch for enable_if expression adjustment

Download all attachments as: .zip

Change History (2)

by David Deakins, 12 years ago

Patch for enable_if expression adjustment

comment:1 by David Deakins, 12 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.