Skip to content

Latest commit

 

History

History
executable file
·
17 lines (13 loc) · 154 Bytes

File metadata and controls

executable file
·
17 lines (13 loc) · 154 Bytes

Making a noncopyable but movable class

How to build

mkdir build
cd build
cmake ..
cmake --build .

How to run

./bin/main

C++11