Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 1 year ago

Language

C++

Compiler

gcc 4.9.4

Options
Warnings
Boost 1.75.0
C++14(GNU)
no pedantic

Author

anonymous

over 1 year ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.75.0-gcc-4.9.4/include -std=gnu++14
unique_ptr<T>()
unique_ptr<T>(nullptr_t)
unique_ptr<T>(T *p)
unique_ptr<T,D>(T *p, const D& del)
unique_ptr<T,D>(T *p,  D&& del)
unique_ptr<T,D>(unique_ptr&& x)
unique_ptr<T,D>(unique_ptr<T,D>&& x)
unique_ptr<T>(auto_ptr<T>&& x)
unique_ptr<T,D>(T[] p, const D& del )
Exit Code:
0