
5 Dec
2008
5 Dec
'08
4:45 p.m.
On Fri, Dec 5, 2008 at 8:24 AM, Stjepan Rajko <stjepan.rajko@gmail.com> wrote:
On Fri, Dec 5, 2008 at 8:57 AM, Alexander Arhipenko <arhipjan@gmail.com> wrote:
I've assigned ticket to David Abrahams. 2 Dave: hope this won't make you angry J
Other candidates might be John Maddock or Beman Dawes, as they are listed as authors of Boost.Config
[snip]
Three comments: * the darwin toolset is affected the same way as gcc
Is __GNUC__ macro defined when using darwin?
Yes, but it's <toolset>darwin rather than <toolset>gcc.
I hope your changes go through.
Best,
Stjepan
On darwin platform, you'd experience fewer unpleasant surprises if you aimed for -fvisibility-ms-compat, instead of 'hidden'. - Mat