[PATCH] D29063: [libcxx] Never use <cassert> within libc++
Marshall Clow via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 23 20:33:51 PST 2017
mclow.lists accepted this revision.
mclow.lists added a comment.
This revision is now accepted and ready to land.
this LGTM. assert is not something we should have in the dylib.
================
Comment at: include/__config:827
# endif
+# if !defined(_LIBCPP_BUILDING_LIBRARY)
# define _LIBCPP_EXTERN_TEMPLATE(...)
----------------
Does this belong here?
https://reviews.llvm.org/D29063
More information about the cfe-commits
mailing list