17 Mar
2009
17 Mar
'09
8:20 p.m.
At 1:04 PM -0400 3/16/09, Roman Stepanenko wrote:
Do you have any theories how that could happen? I.e. did something change in boost that causes this conflict?
This sounds similar to a problem I ran into with the same upgrade. The problem was not in boost, but in something else that was included before the relevant boost header, and it showed up in the upgrade because something in boost recently started including <complex> (I think it might have been type_traits.hpp addition of is_complex.hpp that tripped me up). My suggestion would be to run just the pre-processor on the file in question and look for where the #define for cosf is coming from.