sraaphorst / spelunker

Maze generation and solving library
Other
11 stars 2 forks source link

Add rvalue move constructors #100

Closed sraaphorst closed 6 years ago

sraaphorst commented 6 years ago

http://thbecker.net/articles/rvalue_references/section_01.html

sraaphorst commented 6 years ago

I think C++ produces these by default unless told otherwise.