aboutsummaryrefslogtreecommitdiff
path: root/system/include/libcxx/algorithm
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2013-10-27 13:02:37 +0700
committerBruce Mitchener <bruce.mitchener@gmail.com>2013-10-27 13:14:22 +0700
commit5017df14dbeadcb486a5b8b95533142ee4296fd1 (patch)
treeddb6330f496b47730557fccb1ca7284befbadfb9 /system/include/libcxx/algorithm
parent14c6628d28648cd069a9e0e519cc69513e3d470b (diff)
Fix an issue with Boost compilation.
The issue is that when these macros are defined, libcxx creates inline functions and so we end up with 2 separate defintions of these functions (one inline in std and one that is extern "C"). We undef these until libcxx is fixed. Without this, some things can fail to compile correctly, like Boost. Fixes issue #1716.
Diffstat (limited to 'system/include/libcxx/algorithm')
0 files changed, 0 insertions, 0 deletions