You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 {}.
The text was updated successfully, but these errors were encountered:
Concisely describe the proposed feature
Currently we have macros
TLANG_NAMESPACE_BEGIN/END
which are equivalent tonamespace taichi::lang {}
. The macros may confuse the first-time readers so let's change it tonamespace taichi::lang {}
.The text was updated successfully, but these errors were encountered: