Opened 10 years ago
Closed 10 years ago
#7653 closed Patches (fixed)
TR1: MSVC 11 has complex overloads
| Reported by: | Owned by: | John Maddock | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | TR1 | 
| Version: | Boost 1.52.0 | Severity: | Problem | 
| Keywords: | Cc: | 
Description
BOOST_HAS_TR1_COMPLEX_OVERLOADS has to be defined on VC11, otherwise duplicate function definitions occur if boost/tr1/complex.hpp is used. Attached patch does that.
Attachments (1)
Change History (2)
by , 10 years ago
| Attachment: | boost-tr1-vc11-complex-overloads.diff added | 
|---|
comment:1 by , 10 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    

TR1: Define BOOST_HAS_TR1_COMPLEX_OVERLOADS on VC11