Skip to content

Fix typo in C++ body description

Angel Perez Muñoz requested to merge fix_cpp_header_typo into feature_bullseye

Good afternoon,

This MR change C+++ to C++ in the cpp body file 😄 .

By the way, in the template description, it is recommended to avoid global/static variables and define the function state inside the context variable ctxt_*. But, why isn't it (ctxt_*) a static variable? For example, in a TASTE-Function named "TF", its context would be declared as:

namespace {
    tf_state ctxt_tf;
}

Merge request reports