This should check for specific versions of gcc. We want to know if new versions are still broken.
Also, I just realized (I think) that gcc rejects this specifically because of _LIBCPP_ALWAYS_INLINE, not inline. So there's no need to use static, you can just drop the _LIBCPP_ALWAYS_INLINE. http://llvm-reviews.chandlerc.com/D241 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
