It seems that clang deals with the C++14 sized deallocation functions by emitting weak definitions wherever they are used. What is the advantage of this approach over a single interposable definition in the support library? Jason