Closed RadWolfie closed 8 months ago
Per @PatrickvL suggestion to improve faster check process for each tests that are excluded.
Although, I see std::bitset could be useful to fully replace custom vector since custom vector is only used in main.c file so far.
EDIT: However, we do need to check if nxdk's libcxx is able to support std::bitset. EDIT2: Turns out std::bitset is supported.
Per @PatrickvL suggestion to improve faster check process for each tests that are excluded.
Although, I see std::bitset could be useful to fully replace custom vector since custom vector is only used in main.c file so far.
EDIT: However, we do need to check if nxdk's libcxx is able to support std::bitset. EDIT2: Turns out std::bitset is supported.