Provide a convenient function to allocate and initialize objects.
You can now write make<T>(Args) instead of new (alloc<T>()) T(Args). llvm-svn: 285760
Loading
Please register or sign in to comment
You can now write make<T>(Args) instead of new (alloc<T>()) T(Args). llvm-svn: 285760