<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br class="">
 inline _LIBCPP_INLINE_VISIBILITY void* operator new  (std::size_t, void* __p) _NOEXCEPT {return __p;}<br class="">
 inline _LIBCPP_INLINE_VISIBILITY void* operator new[](std::size_t, void* __p) _NOEXCEPT {return __p;}<br class=""></blockquote><div class=""><br class=""></div><div class="">These new declarations should be wrapped in a version check; we should only declare them in <new> if we're in C++14 or later.</div></div></div></div></div></blockquote><br class=""></div><div>As should the sized deletions as well.</div><div><br class=""></div>— Marshall<div class=""><br class=""></div></body></html>