@@ -36,23 +36,26 @@ People should replay them and discover the tools by themselves.
3636
3737### Generic programming / templates (directory: [ ` templates ` ] ( templates ) , [ cheatSheet] ( ExercisesCheatSheet.md#generic-programming--templates-directory-templates ) )
3838
39- ### (optional) Address sanitizer (directory: [ ` asan ` ] ( asan ) , [ cheatSheet] ( ExercisesCheatSheet.md#address-sanitizer-directory-asan ) )
40-
41- ### (optional) Undefined behaviour sanitizer (directory: [ ` ubsan ` ] ( ubsan )
42-
4339
4440Day 3
4541-----
4642
4743### Race conditions (directory: [ ` race ` ] ( race ) , [ cheatSheet] ( ExercisesCheatSheet.md#race-conditions-directory-race ) )
4844
45+ ### Spaceship operator <=> (directory: [ ` spaceship ` ] ( spaceship ) , [ cheatSheet] ( ExercisesCheatSheet.md#spaceship-operator-directory-spaceship ) )
46+
47+ ### Static checker (directory: [ ` cppcheck ` ] ( cppcheck ) , [ cheatSheet] ( ExercisesCheatSheet.md#cppcheck-directory-cppcheck ) )
48+
49+ ### Address sanitizer (directory: [ ` asan ` ] ( asan ) , [ cheatSheet] ( ExercisesCheatSheet.md#address-sanitizer-directory-asan ) )
50+
51+ ### Undefined behaviour sanitizer (directory: [ ` ubsan ` ] ( ubsan )
52+
4953### Condition variables (directory: [ ` condition_variable ` ] ( condition_variable ) , [ cheatSheet] ( ExercisesCheatSheet.md#condition-variables-directory-condition_variable ) )
5054
5155### Generic programming / templates (directory: [ ` templates ` ] ( templates ) , [ cheatSheet] ( ExercisesCheatSheet.md#generic-programming--templates-directory-templates ) )
5256As a prerequisite for variadic templates, and in case it was not covered in day 2 session
5357
5458### Variadic templates (directory: [ ` variadic ` ] ( variadic ) , [ cheatSheet] ( ExercisesCheatSheet.md#variadic-templates-directory-variadic ) )
5559
56- ### Spaceship operator <=> (directory: [ ` spaceship ` ] ( spaceship ) , [ cheatSheet] ( ExercisesCheatSheet.md#spaceship-operator-directory-spaceship ) )
5760
5861### Concepts (directory: [ ` concepts ` ] ( concepts ) , [ cheatSheet] ( ExercisesCheatSheet.md#concepts-directory-concepts ) )
0 commit comments