Opened 8 years ago

Closed 8 years ago

#10955 closed Bugs (fixed)

VDSP compiller: wrong decision about type_info presence in boost/config

Reported by: dnmiller@… Owned by: John Maddock
Milestone: To Be Determined Component: config
Version: Boost 1.57.0 Severity: Problem
Keywords: Cc:

Description

I'm getting the same issue as ticket:7898, but with a different embedded compiler. In this case the compiler is Analog Devices VDSP++ 5.1.

Adding the check

... && !defined(__TI_COMPILER_VERSION__) && !defined(__VISUALDSPVERSION__)

fixes the issue.

Change History (1)

comment:1 by John Maddock, 8 years ago

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