Language
C++
Compiler
gcc 8.1.0
Options
Warnings
Optimization
Don't Use Boost
C++17(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -O2 -march=native -std=gnu++17 Testing LValue
Default Constructing S
Copy Constructing S
Move Constructing S
Move Constructing S
Destructing S
Destructing S
0: 1
1: 2
2: 3
Destructing S
Destructing S
Testing RValue
Default Constructing S
Move Constructing S
Move Constructing S
Move Constructing S
Move Constructing S
Destructing S
Destructing S
Destructing S
Destructing S
0: 1
1: 2
2: 3
Destructing S
Exit Code:
0