File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Preprocessor => cpp/preprocessor
2121#ifdef directive => cpp/preprocessor/conditional
2222#ifndef directive => cpp/preprocessor/conditional
2323#define directive => cpp/preprocessor/replace
24+ macro => cpp/preprocessor/replace
2425#include directive => cpp/preprocessor/include
2526#warning directive => cpp/preprocessor/warning
2627#error directive => cpp/preprocessor/error
@@ -131,3 +132,7 @@ Rule of three => cpp/language/rule_of_three
131132As-if rule => cpp/language/as_if
132133Copy elision => cpp/language/copy_elision
133134Empty base optimization => cpp/language/ebo
135+ static_cast conversion => cpp/language/static_cast
136+ dynamic_cast conversion => cpp/language/dynamic_cast
137+ reinterpret_cast conversion => cpp/language/reinterpret_cast
138+ const_cast conversion => cpp/language/const_cast
You can’t perform that action at this time.
0 commit comments