Code is also data in C++, because a source file is a vector of bytes, which is a type of data that C++ can manipulate.
I think when people say “code is data” what they really mean is something more specific, like the AST is easy to access and manipulate in the language.
I think when people say “code is data” what they really mean is something more specific, like the AST is easy to access and manipulate in the language.