taichi icon indicating copy to clipboard operation
taichi copied to clipboard

Eliminate namespace macros

Open lin-hitonami opened this issue 2 years ago • 2 comments

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 {}.

lin-hitonami avatar Sep 23 '22 03:09 lin-hitonami

Is this part of #2198?

strongoier avatar Sep 23 '22 05:09 strongoier

Yeah. I'll replace the macros some time later.

lin-hitonami avatar Sep 23 '22 07:09 lin-hitonami