Language
C++
Compiler
clang HEAD 7.0.0 (https://github.com/llvm-mirror/clang.git 54d71f0ca9e6bbb7f8688abadf9d1805b9babae8) (https://github.com/llvm-mirror/llvm.git 7d88286b7cff3fd557a90cc031eb8bf4233ef7db)
Options
Warnings
Boost 1.67.0
C++2a(GNU)
no pedantic
Raw compiler options
-O3
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.67.0/clang-head/include -std=gnu++2a -O3
CreateUser() :
move 0
CreateUser_listinit() :
copy 0
move 0
CreateUser_listinit_with_copy_elision() :
copy 0
CreateUser_move_listinit_with_copy_elision() :
move 0
Exit Code:
0