enh: row optimization

This commit is contained in:
Cary Xu 2022-08-09 16:57:41 +08:00
parent e49e9bee6a
commit 30b51e4041
1 changed files with 2 additions and 2 deletions

View File

@ -200,8 +200,8 @@ struct STag {
#if 1 //================================================================================================================================================
// Imported since 3.0 and use bitmap to demonstrate None/Null/Norm, while use Null/Norm below 3.0 without of bitmap.
#define TD_SUPPORT_BITMAP
#define TD_SUPPORT_READ2
#define TD_SUPPORT_BACK2 // suppport back compatibility of 2.0
#undef TD_SUPPORT_READ2
#undef TD_SUPPORT_BACK2 // suppport back compatibility of 2.0
#define TASSERT(x) ASSERT(x)