Use make_shared<T>() in ext_soap
commitb265e32ed6e243feaf17da826fff541ad602a9de
authorEdwin Smith <smith@fb.com>
Mon, 25 Jan 2016 15:17:11 +0000 (25 07:17 -0800)
committerhhvm-bot <hhvm-bot@fb.com>
Mon, 25 Jan 2016 15:30:44 +0000 (25 07:30 -0800)
tree603e9447f42ecac9224a8c7c56d0bec47460f8f3
parente7ed314ebac76de67119b97655d32a5a95289ac2
Use make_shared<T>() in ext_soap

Summary:
Avoid explicit new when creating shared_ptr in many places, and convert
many typedef statements to using syntax.

Reviewed By: paulbiss

Differential Revision: D2839221

fb-gh-sync-id: cd11f93a465c072995d066cb6ebacd07a4e61b99
hphp/runtime/ext/soap/ext_soap.cpp
hphp/runtime/ext/soap/schema.cpp
hphp/runtime/ext/soap/sdl.cpp
hphp/runtime/ext/soap/sdl.h
hphp/runtime/ext/soap/soap.cpp
hphp/runtime/ext/soap/soap.h