- Oct 11, 2018
- Oct 02, 2018
-
-
fearlessTobi authored
-
fearlessTobi authored
-
fearlessTobi authored
-
- Jan 13, 2018
-
-
James Rowe authored
-
- Aug 26, 2017
-
-
bunnei authored
-
- Jul 11, 2017
- Jul 10, 2017
-
-
bunnei authored
-
Taking them by const reference isn't advisable here, because it means the std::move calls were doing nothing and we were always copying the std::string instances.
Removes unused includes. Also rectifies a missing <chrono> include.