> 
>  inline _LIBCPP_INLINE_VISIBILITY void* operator new  (std::size_t, void* 
> __p) _NOEXCEPT {return __p;}
>  inline _LIBCPP_INLINE_VISIBILITY void* operator new[](std::size_t, void* 
> __p) _NOEXCEPT {return __p;}
> 
> 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.

As should the sized deletions as well.

— Marshall

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to