diff options
author | Ben Smith <binjimin@gmail.com> | 2017-08-30 22:15:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-30 22:15:44 -0700 |
commit | 9a5a40909044d24d5a80085de3c9d952d4fe1a40 (patch) | |
tree | 7228882910d187806d9012f05869df954ae599f9 /src/binary-reader-objdump.cc | |
parent | 040b8f9d80a67fe6746304a262cd57f71e9a4e3e (diff) | |
download | wabt-9a5a40909044d24d5a80085de3c9d952d4fe1a40.tar.gz wabt-9a5a40909044d24d5a80085de3c9d952d4fe1a40.tar.bz2 wabt-9a5a40909044d24d5a80085de3c9d952d4fe1a40.zip |
Use std::unique_ptr in intrusive-list API (#602)
By using std::unique_ptr in more function signatures, we can avoid calls
to `std::unique_ptr<T>::release`.
This change also moves `wabt::MakeUnique` into `src/make-unique.h` so it
can be used in `intrusive-list.h` and `test-intrusive-list.cc` without
pulling in all of `common.h`.
Diffstat (limited to 'src/binary-reader-objdump.cc')
0 files changed, 0 insertions, 0 deletions