Opened 10 years ago

Closed 10 years ago

#7653 closed Patches (fixed)

TR1: MSVC 11 has complex overloads

Reported by: frank.richter@… 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)

boost-tr1-vc11-complex-overloads.diff (443 bytes ) - added by frank.richter@… 10 years ago.
TR1: Define BOOST_HAS_TR1_COMPLEX_OVERLOADS on VC11

Download all attachments as: .zip

Change History (2)

by frank.richter@…, 10 years ago

TR1: Define BOOST_HAS_TR1_COMPLEX_OVERLOADS on VC11

comment:1 by John Maddock, 10 years ago

Resolution: fixed
Status: newclosed

(In [83231]) Apply patch from #7653. Fixes #7653.

Note: See TracTickets for help on using tickets.