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
\n
instead ofstd::cout
as the C++ core guidelines recommend.
Bug fixes
- Bump up version of the
googletest
library used in the course torelease-1.12.0
. This fixes the issue when during the build ofgoogletest
all warnings were treated as errors. - Fix task template in
move.cpp
file (moduleWarmUp
, lessonMovingOn
). The user code inside this template now should propagate correctly.