Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.26 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.26 KB

Move Semantics

This exercise is as an investigation of move semantics especially in C++20 and later.

Requirements

  • C++ compiler supporting C++20
  • CMake >= 3.5

Building

Running

Run the sample tool

$ <build-dir>/03-MoveSemantics/move_semantics
  • Run the messages program
    $ <build-dir>/03-MoveSemantics/messages

Resources