https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214654
Dimitry Andric <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress --- Comment #13 from Dimitry Andric <[email protected]> --- (In reply to Rene Ladan from comment #11) > do you know which versions of FreeBSD are new enough? I imported libc++ 3.9.0 together with clang 3.9.0, and __FreeBSD_version was then bumped to 1200017. (In reply to Jan Beich (mail not working) from comment #12) > (In reply to Dimitry Andric from comment #10) > > could also use _LIBCPP_DEPRECATED_ABI_DISABLE_PAIR_TRIVIAL_COPY_CTOR instead > > That macro has inverse logic. And -U won't cancel regular #define. Hm, I see that now, it's rather unfortunate. I will check with upstream if we can make this configurable using =0 and =1 instead. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-chromium To unsubscribe, send any mail to "[email protected]"
