C++ Basics 0.2.1
This is a minor release fixing several bugs and issues in the course.
Content
- Improve error messages in tests in the first module.
- Use
\ninstead ofstd::coutas the C++ core guidelines recommend.
Bug fixes
- Bump up version of the
googletestlibrary used in the course torelease-1.12.0. This fixes the issue when during the build ofgoogletestall warnings were treated as errors. - Fix task template in
move.cppfile (moduleWarmUp, lessonMovingOn). The user code inside this template now should propagate correctly.