taichi
taichi copied to clipboard
Eliminate namespace macros
Concisely describe the proposed feature
Currently we have macros TLANG_NAMESPACE_BEGIN/END
which are equivalent to namespace taichi::lang {}
. The macros may confuse the first-time readers so let's change it to namespace taichi::lang {}
.
Is this part of #2198?
Yeah. I'll replace the macros some time later.