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)
Change History (2)
by , 12 years ago
| Attachment: | boost-chrono-vc9-conversion.patch added | 
|---|
comment:1 by , 12 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    

Patch for enable_if expression adjustment